
/* source: <vtex.email-checkout-conflict@0.3.0> */
.checkEmailAuthConflict__modal,
.checkEmailAuthConflict__modal--bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

.checkEmailAuthConflict__modal--bg {
  background: #000;
  opacity: 0.4;
}

.checkEmailAuthConflict__modal--wrap {
  width: 400px;
  background: #fff;
  position: fixed;
  left: calc(50% - 200px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  padding: 30px;
  border-radius: 3px;
  box-sizing: border-box;

  color: #333333;
  background: #fff;
  box-shadow: 0 5px 0 #ddd;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  border: 2px solid #eee;
}

button.checkEmailAuthConflict__modal--button {
  background: #1a73e8;
  padding: 10px;
  display: inline-block;
  border: none;
  border-radius: 3px;
  color: #fff;
}

  .checkEmailAuthConflict__modal--button.js-loading:after {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #9999; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 1s linear infinite;
    content: '';
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }

h4.checkEmailAuthConflict__modal--title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

p.checkEmailAuthConflict__modal--text {
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* source: <divvino.checkout-ui-settings@0.9.13> */
﻿@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700;900&display=swap";body,#checkoutMainContainer{font-family:"Open Sans",sans-serif;min-width:initial !important;padding:0 !important;background:#fefefe !important;min-height:100vh;position:relative;font-size:12px;overflow-x:hidden;display:flex;flex-direction:column}.checkEmailAuthConflict__modal,.checkEmailAuthConflict__modal--bg{position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999}.checkEmailAuthConflict__modal--bg{background:#000;opacity:.4}.checkEmailAuthConflict__modal--wrap{width:400px;position:fixed;left:calc(50% - 200px);top:50%;transform:translateY(-50%);z-index:99999;padding:30px;box-sizing:border-box;color:#333;background:#fff;box-shadow:0 5px 0 #ddd;border-bottom:1px solid #fff;border-radius:4px;border:2px solid #eee}button.checkEmailAuthConflict__modal--button{background:#1a73e8;padding:10px;display:inline-block;border:none;border-radius:3px;color:#fff}.checkEmailAuthConflict__modal--button.js-loading:after{border:3px solid #f3f3f3;border-top:3px solid hsla(0,0%,60%,.6);border-radius:50%;width:10px;height:10px;animation:spin 1s linear infinite;content:"";display:inline-block;margin-left:8px;vertical-align:middle}h4.checkEmailAuthConflict__modal--title{font-size:16px;font-weight:bold;color:#000}p.checkEmailAuthConflict__modal--text{margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.flexRowContent--container,.checkout-footer .checkout-container{max-width:1320px;width:90%;margin:auto}@media(min-width: 1200px){.flexRowContent--container,.checkout-footer .checkout-container{width:calc(100% - 160px);padding:0 16px}}@media(max-width: 991px){.flexRowContent--container,.checkout-footer .checkout-container{width:100%;padding:0 16px}}.checkout-header .checkout-container,.checkout-stepper .checkout-container{max-width:1320px;width:90%;margin:0 auto !important}@media(min-width: 1200px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:calc(100% - 160px);padding:0 16px;margin:0 auto !important}}@media(max-width: 991px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:100%;padding:0 16px}}.checkout-footer{background-color:#353535 !important;min-height:40px !important}@media screen and (max-width: 991px){.checkout-footer{padding-top:5px;padding-bottom:40px;height:auto}}.checkout-footer .checkout-container{display:flex;justify-content:space-between;align-items:center;min-height:40px;z-index:1}@media screen and (max-width: 991px){.checkout-footer .checkout-container{flex-direction:column;width:auto}}.checkout-footer .checkout-container .disclaimer{font-weight:400;font-size:12px !important;color:#fefefe;text-align:center;margin-bottom:0}.checkout-header{background-color:#5e0000;height:100px}.checkout-header .checkout-container{display:flex;justify-content:space-between;align-items:center;min-height:100px}@media screen and (min-width: 991px){.checkout-header .checkout-container{width:calc(100% - 6vw)}}@media screen and (max-width: 991px){.checkout-header .checkout-container{width:auto}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-left img{max-width:115px}}.checkout-header .checkout-container .checkout-right{display:flex;align-items:center;gap:16px}.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text{font-size:14px;color:#fefefe}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text{display:none}}.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text-bold{font-weight:600;font-size:18px;color:#fefefe;margin-bottom:2px;margin-top:6px}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text-bold{font-size:14px;max-width:88px}}.checkout-stepper .checkout-container{width:100%;display:flex;justify-content:space-between;align-items:center;min-height:auto;padding:40px 20px 20px 30px;box-sizing:border-box}@media screen and (min-width: 991px){.checkout-stepper .checkout-container{padding:40px 0 10px;width:calc(100% - 6vw);max-width:1240px}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container{padding:40px 0px 20px;width:auto}}.checkout-stepper .checkout-container .checkout-left{display:flex;justify-content:flex-start;align-items:center;gap:48px}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item{font-size:20px;font-weight:400;color:#606060}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item{padding:0 20px;width:auto;display:none}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item:not(:first-child){margin-bottom:-10px}}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item.active{font-weight:600;color:#5e0000}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item.active{display:block}}.checkout-stepper .checkout-container .checkout-right .checkout-back-link{font-size:14px;font-weight:600;color:#9b6950;cursor:pointer}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-right .checkout-back-link{display:none}}.checkout-stepper .checkout-container .checkout-right .checkout-back-link::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%239B6950' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");margin-right:8px;margin-top:2px}.checkout-stepper .checkout-container .checkout-right .checkout-back-link:hover{text-decoration:none}@media(min-width: 991px){body.v-custom-step-email .checkout-stepper .checkout-container,body.v-custom-step-profile .checkout-stepper .checkout-container,body.v-custom-step-shipping .checkout-stepper .checkout-container,body.v-custom-step-payment .checkout-stepper .checkout-container{padding-bottom:50px}}.container{width:calc(100% - 6vw);max-width:1240px}@media(min-width: 991px){.orderform-template .cart-template.mini-cart{margin-left:2.5vw}}@media(max-width: 991px){.orderform-template .cart-template.mini-cart{margin-top:20px}}@media(max-width: 770px){.orderform-template .cart-template.mini-cart{margin-top:-20px}}@media(min-width: 1300px){.orderform-template .cart-template.mini-cart{margin-left:3.5vw}}.cart-template{position:relative !important;top:0px !important}@media screen and (max-width: 991px){.cart-template .freeShippingBarContainer{order:1;position:absolute;top:0;left:0}}@media screen and (max-width: 991px){.cart-template .summary-template-holder{order:3;position:static}}@media screen and (max-width: 991px){.cart-template .cart-template-holder{order:2}}.cart-template.full-cart .table thead tr{background-color:#e9e9e9}.cart-template.full-cart .table thead tr th{color:#353535;font-size:12px;font-weight:400;text-transform:uppercase}.cart-template.full-cart .table thead tr th.product{display:block !important;order:1;width:40% !important;padding-left:16px}.cart-template.full-cart .table thead tr th.shipping-date{order:2}.cart-template.full-cart .table thead tr th.product-price{display:block !important;order:3;font-size:0;width:20% !important;text-align:center}.cart-template.full-cart .table thead tr th.product-price::after{content:"UNITÁRIO";font-size:12px}.cart-template.full-cart .table thead tr th.quantity{display:block !important;order:4;width:20% !important;text-align:center}.cart-template.full-cart .table thead tr th.quantity-price{display:block !important;order:5;width:20% !important;text-align:center}.cart-template.full-cart .table thead tr th.item-remove{order:6}.cart-template.full-cart .table tbody tr.product-item{border-bottom:1px solid #ebe1dc}.cart-template.full-cart .table tbody tr.product-item td.product-image{display:block !important;order:1;background:#fff}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-image img,.cart-template.full-cart .table tbody tr.product-item td.product-image a{width:48px !important;margin-right:5px !important}}.cart-template.full-cart .table tbody tr.product-item td.product-name{display:block !important;order:2;padding-left:24px}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{width:33% !important;padding-left:0}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{margin-left:60px !important;padding-right:20px !important}}.cart-template.full-cart .table tbody tr.product-item td.product-name>a{font-size:14px;font-weight:400;color:#353535}.cart-template.full-cart .table tbody tr.product-item td.product-name .seller{font-size:12px;font-weight:400;color:#606060}.cart-template.full-cart .table tbody tr.product-item td.shipping-date{order:3}.cart-template.full-cart .table tbody tr.product-item td.product-price{order:4;width:20% !important;display:none !important}.cart-template.full-cart .table tbody tr.product-item td.product-price .list-price{font-size:14px;font-weight:400;color:#353535}@media(min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .list-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}.cart-template.full-cart .table tbody tr.product-item td.product-price .best-price{font-size:14px;font-weight:600;color:#5e0000}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .best-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}.cart-template.full-cart .table tbody tr.product-item td.quantity{display:flex !important;order:5;margin-left:5%;margin-right:5%;position:relative;margin:0 0 0 10px;display:flex;align-items:center;padding:0;border-radius:4px;background:#f8f6f2;border:1px solid #ece4d9;float:left;min-width:96px;text-align:center;justify-content:center}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{width:10% !important}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{margin-left:60px !important}}.cart-template.full-cart .table tbody tr.product-item td.quantity select{position:absolute;top:-15px;left:0;width:100%;border:1px solid #ebe1dc !important;z-index:10;max-width:64px}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity select{top:5px}}.cart-template.full-cart .table tbody tr.product-item td.quantity-price{display:block !important;order:6;width:20% !important}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity-price{margin-right:12px;display:none !important}}.cart-template.full-cart .table tbody tr.product-item td.quantity-price .total-selling-price{font-size:14px;font-weight:600;color:#5e0000}.cart-template.full-cart .table tbody tr.product-item td.item-remove{display:block !important;order:7;width:0% !important;position:absolute;right:26px}.cart-template.full-cart .table tbody tr.product-item td.item-remove i::before{content:url("https://divvino.vtexassets.com/assets/vtex.file-manager-graphql/images/5d917e3a-e8bf-4b50-87e1-9f294cb9165c___bcc2fb4baf832aa02385a8aa8535a826.svg")}.cart-template.full-cart .summary-template-holder{margin-top:0;margin-left:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder{padding:12px}}.cart-template.full-cart .summary-template-holder .summary{border:1px solid #ebe1dc;border-radius:4px;padding:16px;order:3;box-sizing:border-box}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder .summary{margin-top:16px;box-sizing:border-box}}.cart-template.full-cart .summary-template-holder .summary .coupon .coupon-label{display:block;font-size:12px;color:#606060;font-weight:600;text-align:left}.cart-template.full-cart .summary-template-holder .summary .coupon button.cart-coupon-add{font-size:14px;font-weight:600;text-transform:uppercase}.cart-template.full-cart .summary-template-holder .summary .coupon input.coupon-value{border-radius:4px;border:1px solid #ebe1dc;height:40px;flex:1;margin-right:16px}.cart-template.full-cart .summary-template-holder .cart-links-bottom{width:100%;order:5}.cart-template.full-cart .summary-template-holder #shipping-preview-container{border:1px solid #ebe1dc;border-radius:4px;padding:16px;display:flex !important;height:auto;width:100%;box-sizing:border-box;max-width:initial;order:2}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{width:100% !important;margin:0 0 16px}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{background:#fff}}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content{width:100%}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content .srp-delivery-info{margin-bottom:0px}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content .srp-delivery-info .srp-shipping-current-single__bullet{margin-left:3px;margin-right:16px}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content .srp-delivery-info .srp-shipping-current-single__type{margin-bottom:0px}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-main-title{font-size:16px;font-weight:600;color:#5e0000;padding:0 !important}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-main-title::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M0.999756 1V0.25C0.585542 0.25 0.249756 0.585786 0.249756 1L0.999756 1ZM15.9998 1H16.7498C16.7498 0.585786 16.414 0.25 15.9998 0.25V1ZM0.999756 14H0.249756C0.249756 14.4142 0.585542 14.75 0.999756 14.75L0.999756 14ZM15.9998 6V5.25C15.5855 5.25 15.2498 5.58579 15.2498 6H15.9998ZM19.9998 6L20.5301 5.46967C20.3894 5.32902 20.1987 5.25 19.9998 5.25V6ZM22.9998 9H23.7498C23.7498 8.80109 23.6707 8.61032 23.5301 8.46967L22.9998 9ZM22.9998 14V14.75C23.414 14.75 23.7498 14.4142 23.7498 14H22.9998ZM0.999756 1.75H15.9998V0.25H0.999756V1.75ZM15.2498 1V14H16.7498V1H15.2498ZM15.9998 13.25H0.999756V14.75H15.9998V13.25ZM1.74976 14V1H0.249756V14H1.74976ZM15.9998 6.75H19.9998V5.25H15.9998V6.75ZM19.4694 6.53033L22.4694 9.53033L23.5301 8.46967L20.5301 5.46967L19.4694 6.53033ZM22.2498 9V14H23.7498V9H22.2498ZM22.9998 13.25H15.9998V14.75H22.9998V13.25ZM16.7498 14V6H15.2498V14H16.7498ZM7.24976 16.5C7.24976 17.4665 6.46625 18.25 5.49976 18.25V19.75C7.29468 19.75 8.74976 18.2949 8.74976 16.5H7.24976ZM5.49976 18.25C4.53326 18.25 3.74976 17.4665 3.74976 16.5H2.24976C2.24976 18.2949 3.70483 19.75 5.49976 19.75V18.25ZM3.74976 16.5C3.74976 15.5335 4.53326 14.75 5.49976 14.75V13.25C3.70483 13.25 2.24976 14.7051 2.24976 16.5H3.74976ZM5.49976 14.75C6.46625 14.75 7.24976 15.5335 7.24976 16.5H8.74976C8.74976 14.7051 7.29468 13.25 5.49976 13.25V14.75ZM20.2498 16.5C20.2498 17.4665 19.4663 18.25 18.4998 18.25V19.75C20.2947 19.75 21.7498 18.2949 21.7498 16.5H20.2498ZM18.4998 18.25C17.5333 18.25 16.7498 17.4665 16.7498 16.5H15.2498C15.2498 18.2949 16.7048 19.75 18.4998 19.75V18.25ZM16.7498 16.5C16.7498 15.5335 17.5333 14.75 18.4998 14.75V13.25C16.7048 13.25 15.2498 14.7051 15.2498 16.5H16.7498ZM18.4998 14.75C19.4663 14.75 20.2498 15.5335 20.2498 16.5H21.7498C21.7498 14.7051 20.2947 13.25 18.4998 13.25V14.75Z' fill='%235E0000'/%3E%3C/svg%3E");display:inline-block;margin-right:8px;transform:translateY(2px)}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-data{margin-top:0}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-description{font-size:12px;font-weight:400;color:#606060}.cart-template.full-cart .summary-template-holder #shipping-preview-container #shipping-calculate-link{background-color:rgba(0,0,0,0) !important;border-color:#9b6950;color:#9b6950;width:116px;height:40px;font-size:11px;font-weight:600}.cart-template.full-cart .summary-template-holder #shipping-preview-container .vtex-shipping-preview-0-x-postalCodeForgotten{align-items:flex-start;margin-top:0px !important}.cart-template.full-cart .summary-template-holder #shipping-preview-container .vtex-shipping-preview-0-x-removeItemsButton{border-color:#9b6950;color:#9b6950}.cart-template.full-cart .summary-template-holder #shipping-preview-container .ship-postalCode label{display:none}.cart-template.full-cart .summary-template-holder #shipping-preview-container .ship-postalCode #ship-postalCode{margin-bottom:10px;height:40px;border-color:#ebe1dc;width:100%}.cart-template.full-cart .summary-template-holder #shipping-preview-container .ship-postalCode small a{margin-top:10px;font-size:12px;font-weight:400;color:#606060;text-decoration:underline}.cart-template.full-cart .summary-template-holder #shipping-preview-container #cart-shipping-calculate{width:116px;height:40px;border-color:#9b6950;margin-left:16px;font-size:11px;font-weight:600;color:#9b6950;text-transform:uppercase}.cart-template .coupon-fieldset .coupon-label{display:block !important;text-align:left}.cart-template .coupon-fieldset .coupon-label label{font-size:12px !important;color:#606060;font-weight:600}.cart-template .coupon-fieldset input[type=text].coupon-value{height:40px !important;border-radius:4px;font-size:12px;color:#606060;font-weight:400;border-color:#ebe1dc}.cart-template .coupon-fieldset #cart-coupon-add{width:116px !important;height:40px !important;text-transform:uppercase;font-size:14px;color:#9b6950;font-weight:600}.cart-template.mini-cart .cart::-webkit-scrollbar{width:4px;height:4px}.cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#9b6950 !important;border-radius:15px}.cart-template.mini-cart .custom-cart-template-wrap{border:1px solid #ebe1dc;padding:16px}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list{display:flex}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list .info{display:inline-block;text-align:left !important;width:auto;color:#727273;font-size:13px;padding:8px 0 8px 0 !important;font-weight:700}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list .monetary{color:#727273;font-size:13px;padding:8px 0 8px 0 !important;font-weight:700;margin-bottom:0}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list .Discounts .monetary{color:#a11010}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list tr{border-bottom:1px solid #ececee !important}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers td{line-height:1}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers tfoot td{font-size:16px !important;color:#5e0000 !important;font-weight:700 !important;padding-top:0 !important}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct.gift strong.price{font-size:0}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct.gift strong.price::before{content:"BRINDE";color:#5e0000;font-size:14px;font-weight:700}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct{display:flex;flex-wrap:wrap;clear:unset;border-bottom:1px solid #ebe1dc}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct>a{float:unset;width:45px;height:45px;order:1;margin-bottom:-14px}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .product-name{text-overflow:ellipsis;overflow:hidden;order:2;flex:1;width:unset;height:33px;line-height:15px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:initial;font-size:12px;color:#353535;font-weight:400;margin-bottom:2px;float:unset;margin-right:5px}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .shipping-date{display:none}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .quantity.badge{position:unset;display:flex;order:4;box-shadow:none;float:unset;width:100%;padding-left:51px;color:#353535;font-size:12px;font-weight:400;background:rgba(0,0,0,0)}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .quantity.badge::before{content:"Quantidade: "}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .price{display:none}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .price-subtotal{display:inline-block;margin-left:auto;color:#5e0000;font-size:14px;font-weight:700}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .description{float:unset;order:3;margin:0;display:flex;width:fit-content;padding-top:5px;margin-bottom:-10px}.cart-template.mini-cart .summary-template-holder .summary-coupon-wrap{border-top:0 !important;margin:16px 0 12px}.cart-template.mini-cart .payment-confirmation-wrap .note{display:block !important}.cart-template-holder .cart{border:none;margin-bottom:20px}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{max-width:348px}}@media screen and (min-width: 991px){.cart-template.full-cart .cart-template-holder{flex:1}}.srp-icon-radio-selected path{fill:#9b6950}.srp-shipping-current-single{border:1px solid #ebe1dc !important}.srp-shipping-current-single .srp-shipping-current-single__sla{font-size:14px;font-weight:400;color:#606060}.srp-shipping-current-single .srp-shipping-current-single__price{color:#5e0000;font-weight:700;font-size:12px}#orderform-minicart-to-cart{display:none}.orderform-template .payment-confirmation-wrap .payment-submit-wrap,.summary-template-holder .cart-links-bottom{position:unset !important}#cart-to-orderform{font-size:0 !important;height:48px;line-height:1;display:flex;align-items:center;justify-content:center}#cart-to-orderform::after{content:"Finalizar compra" !important;font-size:14px !important;text-transform:uppercase;font-weight:400}.cart-template.full-cart .cart-more-options{display:none !important}.cart-template.full-cart .cart-more-options.active{display:block !important}.cart-template.full-cart .cart-more-options.active .cart-select-gift-placeholder{display:block !important;margin:0 12px}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item{padding:5px 8px}}.cart-select-gift-placeholder .available-gift-item .product-name,.cart-select-gift-placeholder .available-gift-item .product-name *{color:#606060}.cart-select-gift-placeholder .available-gift-item .product-name{display:flex;justify-content:space-between;align-items:center;flex:1;padding:0}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name>span{max-width:unset;margin-right:16px}}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name .brand{display:none !important}}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name::after{display:none !important}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{padding-left:0 !important;margin-left:10px}}@media screen and (max-width: 991px){.PaymentCardCVVHelp{margin:-148px -41px -72px 133px !important}}#app-container .AddressToggle input{position:relative;width:16px;height:16px;background:#eee;margin-right:8px;margin-bottom:2px;-webkit-appearance:none;appearance:none;cursor:pointer}#app-container .AddressToggle input::before{content:"";border:1px solid #9b6950;position:absolute;top:0;left:0;background-color:#fefefe;width:15px;height:15px}#app-container .AddressToggle input:checked{border:dashed 1px rgba(0,0,0,0)}#app-container .AddressToggle input:checked::after{content:"";width:10px;height:10px;position:absolute;top:3.2px;left:3.2px;background-color:#9b6950}.Items,.MzCredits{order:4}@media screen and (max-width: 991px){.v-custom-addLabels-active-flag{display:none}}@media(min-width: 991px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:initial !important}}.summary-template-holder{background:#fff;padding:20px;text-align:left;box-sizing:border-box;border:none;position:relative;top:unset}.payment-data .gift-card-section{order:2;padding-left:0 !important}.payment-data .gift-card-section:first-child{order:1}@media screen and (max-width: 991px){.payment-data .gift-card-section{padding-left:0px !important}}@media screen and (max-width: 991px){.step{width:calc(100% - 32px) !important}}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%;max-width:172px}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}@media(min-width: 1300px){.orderform-template-holder>.row-fluid{grid-column-gap:3.5vw}}@media screen and (max-width: 991px){.orderform-template-holder>.row-fluid{display:flex;flex-direction:column;gap:20px}}@media(max-width: 991px){.orderform-template-holder>.row-fluid #shipping-data{margin:0 !important}}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data{transform:translateY(-20px)}}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data.span12{transform:translateY(0px)}}@media only screen and (max-width: 991px){.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp{display:flex;background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none;position:static;width:100%;left:0;font-size:0;padding:0;margin:0 !important;height:auto !important}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp::after{content:"Três últimos números atrás do seu cartão.";font-size:13px;color:#dd4b39;display:flex;margin-top:8px}}@media(max-width: 991px){ul.payment-paypal-benefits:before{margin-bottom:54%}}@media(max-width: 991px){.orderform-template-holder #client-profile-data .step.client-profile-data{margin-bottom:0 !important}}@media(min-width: 991px){.orderform-template .orderform-template-holder{padding-right:0}}@media(max-width: 768px){.orderform-template-holder #payment-data .steps-view iframe{margin:0 auto}}@media(min-width: 991px){#client-profile-data .emailInfo{max-width:333px}}input,select,button{outline:none !important}#vtexIdContainer input,.table.cart-items tr.item-attachments-content input,.table.cart-items tr.item-attachments-content select,.table.cart-items tbody tr td .product-service select,.table.cart-items td.quantity input,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input,.orderform-template .summary-note .note-textarea,#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select,.vcustom--vtex-omnishipping-1-x-address input{height:40px;line-height:40px;max-height:initial;display:inline-block;padding:0px 10px;border-radius:4px;border:1px solid #cbcbcb;outline:initial;font-family:"Open Sans",sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#vtexIdContainer input.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items td.quantity input.error,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type=submit],.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input.error,.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select.error:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select.error:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template .summary-note .error.note-textarea,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.vcustom--vtex-omnishipping-1-x-address input.error{border-color:#ff4c4c}#vtexIdContainer input:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items td.quantity input:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input:focus[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type=submit],.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input:focus[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template .summary-note .note-textarea:focus,#app-container input:focus[type=text],#app-container input:focus[type=tel],#app-container input:focus[type=email],#app-container select:focus,.vcustom--vtex-omnishipping-1-x-address input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.4)}input#creditCardpayment-card-0Number,input#creditCardpayment-card-0Code,input#creditCardpayment-card-1Number,input#creditCardpayment-card-1Code{font-size:18px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{animation:input_background_autofill 0s forwards}@keyframes input_background_autofill{100%{background-color:rgba(0,0,0,0)}}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a{font-family:"Open Sans",sans-serif;text-shadow:none;border-radius:4px;outline:none !important;text-align:center;font-size:12px;padding:5px 12px;box-sizing:border-box;display:inline-block;background:none;box-shadow:none}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{transition:all ease .3s}.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{background:none}.btn-large,.client-pre-email .client-email.input.text .btn-success{padding:17px 19px}.btn-link,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{color:#9b6950}.btn-link:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn-link:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{color:#bc9079}.btn-success{background:#74b82f !important;border:1px solid #74b82f !important;font-weight:600;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#5a9c25 !important;border:1px solid #5a9c25 !important}.btn-success[disabled]{background:#ccc;border:1px solid #ccc}.btn-primary{background:#74b82f !important;border:1px solid #74b82f !important;color:#fefefe !important}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#5a9c25 !important;border:1px solid #5a9c25 !important}.btn-secondary,.table.cart-items tbody tr td.product-name .add-service.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container a,.table.cart-items tbody tr td .product-service input[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data #btn-add-gift-card{background:rgba(0,0,0,0);border:1px solid #9b6950;color:#9b6950}.btn-secondary:hover,.table.cart-items tbody tr td.product-name .add-service.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:hover,.table.cart-items tbody tr td.product-name .clone-item.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:hover,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,.table.cart-items tbody tr td .product-service input:hover[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:hover[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.btn-secondary:focus,.table.cart-items tbody tr td.product-name .add-service.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:focus,.table.cart-items tbody tr td.product-name .clone-item.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:focus,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,.table.cart-items tbody tr td .product-service input:focus[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.btn-secondary:active,.table.cart-items tbody tr td.product-name .add-service.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:active,.table.cart-items tbody tr td.product-name .clone-item.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:active,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active,.table.cart-items tbody tr td .product-service input:active[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:active[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.orderform-template-holder #payment-data #btn-add-gift-card:active{background:#fefefe;border:1px solid #bc9079;color:#bc9079}.btn-outlined{background:rgba(0,0,0,0);border:1px solid #9b6950;color:#9b6950}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:rgba(0,0,0,0);border:1px solid #bc9079}.btn#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.cart-more-options .srp-container .srp-main-title,.client-pre-email h3.client-pre-email-h span:after,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template .cart-template.mini-cart h2{border-bottom:1px solid #eee;font-weight:bold;padding:7px 0 !important;color:#999;color:#323232;border:none;font-size:20px;text-transform:initial;margin-bottom:0px}.payment-data .gift-card-section,.payment-data .payment-discounts-alert{margin:0;width:100% !important;box-sizing:border-box}.input-append,.input-prepend{display:flex !important;align-items:stretch}.input-append .btn,.input-append .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-append a,.input-append .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-append a,.input-append .add-on,.input-prepend .btn,.input-prepend .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-prepend a,.input-prepend .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-prepend a,.input-prepend .add-on{height:40px;line-height:40px;box-sizing:border-box;padding:0;width:20px}.input-append .add-on,.input-prepend .add-on{height:initial !important}.input-append input,.input-prepend input{border-radius:0 4px 4px 0 !important;width:100% !important;max-width:100px !important}.payment-discoints-table .number,.gift-card-provider-group .number,.payment-discoints-table .action,.gift-card-provider-group .action{text-align:right}@media(max-width: 690px){.orderform-template-holder .client-profile-data input[type=text]{width:100% !important}}@media(max-width: 690px){.item-quantity-change{display:block;float:left;padding:3px 5px 3px 0px}.item-quantity-change-increment{padding-left:5px;padding-right:0}.full-cart .cart-links-bottom .btn-success{width:auto;display:block;margin-top:10px}.full-cart .cart table{display:block;margin-top:0 !important}.full-cart .cart table thead{display:none}.full-cart .cart table tbody{display:block}.full-cart .cart table tbody tr+tr{border-top:1px dashed #ddd}.full-cart .cart table tbody tr{display:block;margin-top:10px;padding:10px 0;position:relative}.full-cart .cart table tbody tr .product-name a,.full-cart .cart table tbody tr .product-name .seller{overflow:hidden}.full-cart .cart table tbody tr td{display:inline-block;padding:4px 0}.full-cart .cart table tbody tr td.product-name .seller{display:block;line-height:120%;font-size:80%;margin:4px 0}.full-cart .cart table tbody tr td.product-image,.full-cart .cart table tbody tr td.bundle-item-image{left:0;position:absolute}.full-cart .cart table tbody tr td.product-name{display:block;margin-left:60px;text-align:left;line-height:140%;width:auto;padding:0 0 10px !important}.full-cart .cart table tbody tr td.empty,.full-cart .cart table tbody tr td.shipping-date,.full-cart .cart table tbody tr td .brand{display:none}.full-cart .cart table tbody tr td.product-name a,.full-cart .cart table tbody tr td.bundle-item-name span{display:block;padding-right:20px}.full-cart .cart table tbody tr td.quantity{width:81px;padding:0px;margin-left:60px}.full-cart .cart table tbody tr td.quantity input{float:left;margin:0;width:25px}.full-cart .cart table tbody tr td.product-price{text-align:right;float:right;margin-right:5px;padding:0}.full-cart .cart table tbody tr td.quantity-price{display:none}.full-cart .cart table tbody tr td.item-remove{position:absolute;top:2px;right:0;width:24px}.cart-links-bottom{float:none;margin-top:5px;margin-bottom:40px;text-align:right}.more{margin-right:0}.full-cart .cart table tbody tr.item-attachments-head{border:0;margin:0;padding:0}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header{top:auto}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header:after{content:none}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header strong{box-shadow:none}.full-cart .cart table tbody tr.item-attachments-content{margin:0;border:0;padding:0}.full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields{margin-left:5px;width:95%}}.default-modal{border-radius:4px;height:auto}.modal .btn,.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a,.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a{background:#fff}.modal.guest-login-modal button.btn{width:auto}.modal.guest-login-modal,.modal.modal-email-template,.modal.modal-payment-template,.modal.modal-masked-info-template{background:#9b6950}.payment-confirmation-message{width:100%}#vtexIdContainer{position:fixed !important}.vtexIdUI{position:absolute;top:50% !important;transform:translateY(-50%) !important}#vtexIdContainer a{color:#9b6950}#vtexIdContainer .vtexIdUI .modal-footer{background:none}#vtexIdContainer .vtexIdUI .btn,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a{border-radius:4px;height:40px;line-height:40px;box-shadow:none !important;font-size:12px;padding:0 30px}#vtexIdContainer .vtexIdUI .btn.btn-success,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success{background:#9b6950;border:1px solid #9b6950}#vtexIdContainer .vtexIdUI .btn.btn-success:hover,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .btn.btn-success:focus,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .btn.btn-success:active,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:active,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:active{background:#bc9079;border:1px solid #bc9079}#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#vtexIdUI-facebook,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a#vtexIdUI-facebook,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook{background:#4568ad !important}@media(max-width: 768px){#vtexIdContainer{position:fixed !important}#vtexIdContainer .vtexIdUI{overflow:auto;border-radius:0;width:100%;left:0;margin:0;top:0;height:100% !important;border:none}#vtexIdContainer .vtexIdUI .modal-header .close{top:0;right:0;margin:0;padding:4px 8px}}body a{color:#9b6950}body a:hover{color:#bc9079}@media(max-width: 768px){body{padding-bottom:0px !important}}body .cart-template.full-cart>*{opacity:0;transition-delay:1.2s;transition-property:opacity;transition-duration:.5s;-webkit-transition-duration:.5s}body.v-custom-loaded .cart-template.full-cart>*{opacity:initial}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-deliveryGroup{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-submitPaymentButton{display:block}.onda-v1 .br-pill,.step,.cart,.totalizers{border-radius:4px}.loading.loading-bg{background:#fefefe}@media(max-width: 690px){.container{width:calc(100% - 20px)}}.checkout-container{overflow:initial !important;z-index:2}.body-cart .checkout-container{z-index:unset !important}@media(max-width: 768px){.checkout-container{margin-bottom:30px}}.checkout-container .orderform-template,.checkout-container .cart-template{display:flex;justify-content:space-between;align-items:flex-start;transition:position ease .8s,opacity ease .8s,margin ease .8s}.checkout-container .orderform-template.inactive,.checkout-container .cart-template.inactive{max-height:50vh;overflow:hidden;top:0;position:absolute}.checkout-container .full-cart.inactive{margin-left:-140%}.checkout-container .orderform-template.inactive{left:140%;margin:0;display:none !important}.container-main.container-cart{flex:1}.container-cart h1,h1#orderform-title{font-size:22px !important;font-weight:400 !important;color:#323232 !important}h1#orderform-title{display:none !important}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .shipping-data .accordion-toggle:before,body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-profile .client-profile-data .accordion-toggle>span:before,body.v-custom-step-shipping .shipping-data .accordion-toggle:before,body.v-custom-step-payment .payment-data .accordion-toggle>span:not(.payment-edit-link):before,body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{background:#9b6950;border-color:#9b6950;color:#fff}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{background:#fff;border:1px solid #323232;color:#323232;width:26px;height:26px;line-height:26px;font-size:15px;text-align:center;margin-right:10px;border-radius:100%;display:inline-block;font-weight:bold;vertical-align:middle;margin-top:-2px}.client-pre-email h3.client-pre-email-h span:before{content:"1"}.client-profile-data .accordion-toggle>span:before{content:"2"}.shipping-data .accordion-toggle:before{content:"3"}.payment-data .accordion-toggle>span:not(.payment-edit-link):before{content:"4"}@media(max-width: 690px){body:before{width:0;height:4px;background:#9b6950;display:block;content:"";position:fixed;top:0;transition:all ease .3s;z-index:999}body.v-custom-step-email:before{width:23%}body.v-custom-step-profile:before{width:46%}body.v-custom-step-shipping:before{width:69%}body.v-custom-step-payment:before{width:92%}}body.v-custom-step-cart .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_cart .text,body.v-custom-step-profile .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_cart .text,body.v-custom-step-shipping .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_cart .text,body.v-custom-step-payment .checkout-steps_item_identification .text,body.v-custom-step-payment .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_payment .text{color:#323232;font-weight:bold;pointer-events:initial}body.v-custom-step-cart .checkout-steps_item_cart{opacity:1}body.v-custom-step-cart .checkout-steps_item_cart .text{pointer-events:none}body.v-custom-step-cart .checkout-steps_item_cart:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-email .checkout-steps_bar_inner-active,body.v-custom-step-profile .checkout-steps_bar_inner-active{width:20%}body.v-custom-step-email .checkout-steps_item_cart,body.v-custom-step-email .checkout-steps_item_identification,body.v-custom-step-profile .checkout-steps_item_cart,body.v-custom-step-profile .checkout-steps_item_identification{opacity:1}body.v-custom-step-email .checkout-steps_item_cart:before,body.v-custom-step-email .checkout-steps_item_identification:before,body.v-custom-step-profile .checkout-steps_item_cart:before,body.v-custom-step-profile .checkout-steps_item_identification:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_identification .text{pointer-events:none}body.v-custom-step-shipping .checkout-steps_bar_inner-active{width:40%}body.v-custom-step-shipping .checkout-steps_item_cart,body.v-custom-step-shipping .checkout-steps_item_identification,body.v-custom-step-shipping .checkout-steps_item_shipping{opacity:1}body.v-custom-step-shipping .checkout-steps_item_cart:before,body.v-custom-step-shipping .checkout-steps_item_identification:before,body.v-custom-step-shipping .checkout-steps_item_shipping:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-shipping .checkout-steps_item_shipping .text{pointer-events:none}body.v-custom-step-payment .checkout-steps_bar_inner-active{width:60%}body.v-custom-step-payment .checkout-steps_item_cart,body.v-custom-step-payment .checkout-steps_item_identification,body.v-custom-step-payment .checkout-steps_item_shipping,body.v-custom-step-payment .checkout-steps_item_payment{opacity:1}body.v-custom-step-payment .checkout-steps_item_cart:before,body.v-custom-step-payment .checkout-steps_item_identification:before,body.v-custom-step-payment .checkout-steps_item_shipping:before,body.v-custom-step-payment .checkout-steps_item_payment:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-payment .checkout-steps_item_payment .text{pointer-events:none}.checkout-steps{position:relative;min-width:470px;width:100%;display:block}@media(max-width: 690px){.checkout-steps{display:none !important}}.checkout-steps_bar_inner-active{width:0;background:#9b6950}.checkout-steps_items{display:flex;justify-content:space-between}.checkout-steps_item{position:relative;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;opacity:.6}.checkout-steps_item:after{content:"";height:2px;background:#9b6950;margin:0px 5px;min-width:10px}.checkout-steps_item .text{clear:both;display:flex;align-items:center;color:#999;font-weight:500;cursor:pointer}.checkout-steps_item .text:before{content:"";width:7px;height:7px;background:#9b6950;border:2px solid #9b6950;display:inline-block;border-radius:100%;margin-right:7px;transition:all ease .3s}.checkout-steps_item_cart:after{width:calc(100% - 50px)}.checkout-steps_item_identification:after{width:calc(100% - 103px)}.checkout-steps_item_shipping:after{width:calc(100% - 77px)}.checkout-steps_item_payment:after{width:calc(100% - 77px)}.checkout-steps_item_confirmation:after{display:none}body .main-header{padding:12px 0;text-align:center;border-bottom:1px solid #cbcbcb;position:relative;background-color:#fff;margin-bottom:40px}body .main-header,body .main-header>.container{display:flex;align-items:center}@media(max-width: 690px){body .main-header,body .main-header>.container{justify-content:center}}body .main-header>.container:before,body .main-header>.container:after{display:none}body .main-header .header-link{position:absolute;left:0px;top:calc(100% + 18px);display:none}body .main-header .header-link a{height:20px;font-size:11px;line-height:115%;padding-left:0px;color:#676767;display:flex;align-items:center}body .main-header .header-link a:before{display:block;float:left;width:10px;height:10px;-webkit-mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#676767;content:""}body .main-header .header-link a.back-cart-link{display:none}@media(max-width: 690px){body .main-header .header-link{top:50%;transform:translateY(-50%)}body .main-header .header-link a{max-width:80px}body .main-header .header-link a:before{width:17px;height:17px}}body .main-header .logo{max-width:calc(100% - 180px)}body .main-header .logo svg.vtex-logo{height:50px}body .main-header .logo,body .main-header .logo img{display:inline-block;font-size:24px;border:none;line-height:39px}body .main-header .checkout-steps{max-width:540px;margin-left:auto;padding-right:10px}@media(max-width: 690px){body:not(.body-cart) .main-header{padding:4px 0;margin-bottom:10px}body:not(.body-cart) .main-header .v-custom-mhide{display:none !important}body:not(.body-cart) .main-header,body:not(.body-cart) .main-header>.container{background:none;border:none;justify-content:center}body:not(.body-cart) .main-header .logo{cursor:default;pointer-events:none;font-weight:bold}body:not(.body-cart) .main-header .logo svg,body:not(.body-cart) .main-header .logo img{display:none !important}body:not(.body-cart) .main-header .logo:before{content:"checkout";text-transform:uppercase}body:not(.body-cart) .main-header .logo,body:not(.body-cart) .main-header .logo:hover{color:#323232;font-size:14px}body:not(.body-cart) .main-header .header-link{display:block}body:not(.body-cart) .main-header a.buy-more-link{display:none}body:not(.body-cart) .main-header a.back-cart-link{display:block !important;font-size:0}body:not(.body-cart) .main-header a.back-cart-link:before{background:#323232}}.main-footer{clear:both;text-align:center;padding:2px 0;border-top:1px solid #cbcbcb;position:absolute;bottom:0;width:100%;z-index:-1}.main-footer .container{position:initial}@media(max-width: 768px){.main-footer{position:relative}}.main-footer a.credits-vtex{width:100px;display:block;margin:0 auto}.main-footer .vtex-logo{display:block;margin:0 auto}.main-footer svg,.main-footer svg path{fill:#999}.cart{border:none;padding:0}body.v-custom-step-cart .main-header .header-link{display:block}body.v-custom-cart-empty #cart-title,body.v-custom-cart-empty #shipping-preview-container,body.v-custom-cart-empty .summary-template-holder,body.v-custom-cart-empty .checkout-steps,body.v-custom-cart-empty .cart-more-options{display:none !important}body.v-custom-cart-empty .cart-template-holder{margin:0 auto}.empty-cart-content{padding:50px 0}h1#cart-title{display:none !important}.cart-more-options,.cart-template-holder .cart{padding:20px 30px;background:#fff;margin:0;border-radius:4px}@media(max-width: 690px){.cart-more-options,.cart-template-holder .cart{padding:12px}}.table.cart-items{display:block}.table.cart-items thead{width:100%;display:block}.table.cart-items thead tr{display:flex;align-items:center}.table.cart-items thead tr th.product{width:calc(100% - 235px) !important}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{width:90px !important;order:5}.table.cart-items thead tr th.item-remove,.table.cart-items thead tr th.quantity-price,.table.cart-items thead tr th.shipping-date{display:none}.table.cart-items thead tr th.quantity{min-width:62px;order:4}.table.cart-items thead tr th.product-image{order:1}.table.cart-items thead tr th.product-name{order:2}.table.cart-items thead tr th.shipping-date{order:3}.table.cart-items tr.item-attachments-head{border:none !important;justify-content:center}.table.cart-items tr.item-attachments-head .help-arrow{display:none}.table.cart-items td.shipping-date{display:none}.table.cart-items tbody{display:flex;flex-wrap:wrap;width:100%}.table.cart-items tbody tr{width:100%;display:flex;flex-wrap:wrap;border-top:1px solid #eee}.table.cart-items tbody tr.hide{display:none}.table.cart-items tbody tr>.v-custom-bundles{width:100%}@media(max-width: 690px){.table.cart-items tbody tr{margin-top:0 !important}.table.cart-items tbody tr:first-child{border:none}}.table.cart-items tbody tr.item-attachments-head,.table.cart-items tbody tr.item-attachments-content{display:none}.table.cart-items tbody tr .v-custom-product-item-wrap{width:100%;display:flex;align-items:center;position:relative;padding:20px 0}@media(max-width: 690px){.table.cart-items tbody tr .v-custom-product-item-wrap{display:block;padding:10px 0}.table.cart-items tbody tr .v-custom-product-item-wrap:after{content:"";clear:both;display:block}}.table.cart-items tbody tr td{width:auto;border:none}.table.cart-items tbody tr td.product-name .add-service-container,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container{margin:10px 0}.table.cart-items tbody tr td.product-name .add-service-container+p,.table.cart-items tbody tr td.product-name .clone-item.btn+p,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item+p,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item+p,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .add-item-attachment-container+p{display:none}@media(min-width: 769px){.table.cart-items tbody tr td.product-name{width:calc(100% - 355px) !important}}.table.cart-items tbody tr td.product-name .seller{display:block}.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:90px !important;white-space:nowrap;margin:0 10px;line-height:16px;order:5}.table.cart-items tbody tr td.product-price br,.table.cart-items tbody tr td.quantity-price br{display:none}@media(max-width: 690px){.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:initial !important;text-align:right;float:right;margin:0;padding:0}}.table.cart-items tbody tr td.product-price .new-product-price-label,.table.cart-items tbody tr td.product-price .old-product-price-label,.table.cart-items tbody tr td.quantity-price .new-product-price-label,.table.cart-items tbody tr td.quantity-price .old-product-price-label{display:none}.table.cart-items tbody tr td.product-price .list-price,.table.cart-items tbody tr td.quantity-price .list-price{font-size:10px}.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{font-weight:bold;position:relative}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{display:flex;justify-content:flex-end;margin-top:7px}.table.cart-items tbody tr td.product-price .total-selling-price .discount,.table.cart-items tbody tr td.product-price .best-price .discount,.table.cart-items tbody tr td.quantity-price .total-selling-price .discount,.table.cart-items tbody tr td.quantity-price .best-price .discount{margin-left:5px;display:block}}.table.cart-items tbody tr td.product-price .new-product-real-price-per-unit,.table.cart-items tbody tr td.quantity-price .new-product-real-price-per-unit{display:inline-block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__best,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__best{font-weight:bold;font-size:12px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list{display:block;font-size:10px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{display:block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list{text-decoration:line-through;color:#999}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{color:#676767;font-size:10px;line-height:11px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{margin-bottom:3px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .discount,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .discount{display:none}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:after{content:")"}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:before{content:"("}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .best-price,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .best-price{font-weight:normal;display:inline-block}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list>*:last-child,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list>*:last-child{margin-bottom:-7px}}.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active>.list-price,.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active>.list-price{display:none !important}.table.cart-items tbody tr td.product-price>span.list-price,.table.cart-items tbody tr td.product-price>span.best-price,.table.cart-items tbody tr td.quantity-price>span.list-price,.table.cart-items tbody tr td.quantity-price>span.best-price{display:block}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{z-index:2}.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{position:absolute;top:-2px;left:-4px;background:#fff}.table.cart-items tbody tr td.product-price a.manualprice-link-remove i.icon-remove:before,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove i.icon-remove:before{width:10px !important;height:10px !important}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price span.product-manualprice{padding:5px 5px 5px 31px;border:1px solid #ccc;display:inline-block;background:#fff;border-radius:5px;box-shadow:0 0 19px #777;position:absolute;top:0;left:0;transform:translate(-15%, -34%)}@media(max-width: 690px){.table.cart-items tbody tr td.product-price span.list-price:not(.hide)+br+span.best-price{margin-top:0}}.table.cart-items tbody tr td.item-remove{margin-left:auto;width:20px !important;order:10}@media(max-width: 690px){.table.cart-items tbody tr td.item-remove{top:0 !important}}.table.cart-items tbody tr td.product-image{order:1}.table.cart-items tbody tr td.product-name{order:2;width:60%}.table.cart-items tbody tr td.shipping-date{order:3}.table.cart-items tbody tr td.quantity{order:4}.table.cart-items tbody tr td.quantity-price{display:none !important}.table.cart-items tbody tr td.product-price{display:block !important}.table.cart-items tbody tr td .field-help{background:#9b6950;border-color:#9b6950}.table.cart-items tbody tr td i.icon-question-sign{color:#9b6950}.table.cart-items tbody tr td .add-item-attachment-container,.table.cart-items tbody tr td .clone-item,.table.cart-items tbody tr td p.clone-item-container{display:none !important}.table.cart-items tbody tr td hr.clone-item-sep{margin:0;clear:both;border:none}.table.cart-items tbody tr td .product-service{height:50px;margin-top:10px;position:relative}@media(min-width: 690px){.table.cart-items tbody tr td .product-service fieldset{width:100%;position:absolute;min-width:250px}}.table.cart-items tbody tr td .product-service p{display:flex}.table.cart-items tbody tr td .product-service select{background:#fff;width:100%;margin-right:10px}.table.cart-items tbody tr td.quantity input{line-height:inherit}.table.cart-items tbody tr .v-custom-assemblies{clear:both}.table.cart-items tbody tr.v-custom-bundles-in .product-service{display:none}.table.cart-items tbody tr.item-unavailable{margin:10px 0;border-radius:10px;border:none !important}@media(max-width: 690px){.table.cart-items tbody tr.item-unavailable{padding:0;text-align:center}}.table.cart-items tbody tr.v-custom-indexedItems-in+tr.item-unavailable{display:none}.table.cart-items tbody tr.v-custom-indexed-item{border:none}.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{margin:0 0 10px 0;padding:0;border-top:none}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-product-item-wrap,.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-product-item-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{background:#fefefe;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;box-sizing:border-box;padding:5px 10px}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{margin-bottom:10px;margin-top:10px}.table.cart-items tbody tr.v-custom-indexed-item td.quantity,.table.cart-items tbody tr.item-service td.quantity{background:#fff;width:25px;height:20px;text-align:center;justify-content:center}.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,.table.cart-items tbody tr.item-service td.quantity p{width:100%}.table.cart-items tbody tr.v-custom-indexed-item td.product-price,.table.cart-items tbody tr.item-service td.product-price{display:none !important}.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,.table.cart-items tbody tr.item-service td.quantity-price{display:block !important}.table.cart-items tbody tr.v-custom-indexed-item .item-remove,.table.cart-items tbody tr.item-service .item-remove{margin-left:auto;position:initial;width:auto}.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before{content:"-";background:#ff4c4c;color:#fff;line-height:9px;border-radius:100%;width:16px;height:16px;font-size:27px}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{border-top:none !important}.table.cart-items tbody tr.v-custom-indexed-item .product-price,.table.cart-items tbody tr.v-custom-indexed-item .quantity,.table.cart-items tbody tr.item-service .product-price,.table.cart-items tbody tr.item-service .quantity{margin:auto !important;width:auto !important;min-width:initial !important}}.table.cart-items tbody tr.v-custom-indexed-item:last-child{margin-bottom:20px}.table.cart-items tbody tr.v-custom-indexed-item td.product-image{display:none}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item td.quantity{display:none}}.table.cart-items tbody tr.v-custom-indexed-item td.product-name{margin-left:0 !important;padding:0 !important;width:100% !important;margin-right:15px}.table.cart-items tbody tr.v-custom-indexed-item p{margin:0;padding:0}.table.cart-items tbody tr:last-child{border-bottom:none}.table.cart-items tbody>tr.v-custom-indexed-item,.table.cart-items tbody>tr[data-parentitemindex]{display:none}.table.cart-items td.product-image a{overflow:hidden;border-radius:4px;margin-right:20px}.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:100px;display:block;max-width:initial;height:auto}@media(max-width: 690px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:70px}}.table.cart-items td.product-name a,.table.cart-items td.product-name a:hover{color:#333;font-weight:bold;text-decoration:none}.table.cart-items td.quantity input{margin:0;width:30px !important;height:30px !important;padding:0;border:none;box-shadow:none;font-family:Open Sans;font-weight:600;font-size:14px;line-height:100%;text-align:center;color:#454545;background:#f8f6f2}.table.cart-items td.quantity input:focus{outline:none;border:none;box-shadow:none}.table.cart-items td.quantity .item-quantity-change{position:initial;left:initial;top:initial;bottom:initial;height:initial;display:flex;align-items:center;justify-content:center;padding:0}.table.cart-items td.quantity .item-quantity-change i{background:none;line-height:0;display:inline-block}.table.cart-items td.quantity .item-quantity-change i:before{font-weight:bold;font-size:22px;width:25px;height:25px;line-height:0;color:#000;border-radius:100%}.table.cart-items td.quantity .item-quantity-change>p{margin:0}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before{content:"-";display:none;line-height:21px}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before{content:"";background-image:url("https://divvino.vtexassets.com/assets/vtex.file-manager-graphql/images/81c0a4c1-b4e7-4122-8e94-4413b11a9376___e407fa9675e8de873a67738b27631a37.svg");background-repeat:no-repeat;background-position:center center}@media(max-width: 690px){.table.cart-items td.quantity{width:97px}.table.cart-items td.product-name,.table.cart-items td.quantity{margin-left:90px !important}}.table.cart-items i.icon.icon-remove.item-remove-ico:before{content:url("https://divvino.vtexassets.com/assets/vtex.file-manager-graphql/images/5d917e3a-e8bf-4b50-87e1-9f294cb9165c___bcc2fb4baf832aa02385a8aa8535a826.svg");width:15px;height:15px}.summary-template-holder .summary-totalizers,.summary-template-holder .summary-coupon-wrap{width:100% !important}.summary-template-holder .cart-more-options{display:none !important}.summary-template-holder .summary-coupon{text-align:center;margin:0 auto !important;min-width:initial}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{display:none !important;margin:0;width:100%}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p{margin:0;color:#676767}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label{cursor:initial;font-size:13px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{width:100%;text-decoration:underline}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div{display:flex;justify-content:space-between;align-items:center}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none]{display:block !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-fields{width:100%}.summary-template-holder .summary-coupon p.coupon-fields span{display:flex;width:100%;position:relative}.summary-template-holder .summary-coupon p.coupon-fields span.info{align-items:center;padding:0;color:#323232}.summary-template-holder .summary-coupon p.coupon-fields span.info>span{text-align:left;margin-right:10px;color:#9b6950}.summary-template-holder .summary-coupon p.coupon-fields span input{width:100%;margin-right:10px}.summary-template-holder .summary-coupon p.coupon-fields .delete{width:auto}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove{color:#ff4c4c;font-size:0;display:flex;align-items:center}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:11px;height:12px;display:block;line-height:10px}.summary-template-holder .summary-coupon i.icon-spin.loading-coupon{border:1px solid #666;border-top:none;border-radius:100%;font-size:0;width:20px;height:20px;padding:0;line-height:0;display:none;margin:0;position:absolute;top:25%;right:10px;z-index:-1}.summary-template-holder span.link-choose-more-products-wrapper{display:none}.summary-template-holder .cart-links-bottom{float:none;margin:10px 0 0 0}.summary-template-holder .cart-links-bottom .btn,.summary-template-holder .cart-links-bottom .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-links-bottom a,.summary-template-holder .cart-links-bottom .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .summary-template-holder .cart-links-bottom a{width:100%;box-sizing:border-box}.summary-template-holder .cart-links-bottom .btn-success{font-weight:bold}@media(max-width: 690px){.summary-template-holder .cart-links-bottom{position:fixed;bottom:0;width:100%;left:0;z-index:10000}.summary-template-holder .cart-links-bottom a{border-radius:0}}.summary-template-holder .summary-totalizers .table td.space,.summary-template-holder .summary-totalizers .table td.empty,.summary-template-holder .summary-totalizers tbody.shipping-calculate{display:none}.summary-template-holder .shipping-reset{display:none}.summary-template-holder .accordion-inner{margin-top:10px}.summary-template-holder tr:not(.Shipping){display:flex !important;justify-content:space-between;border:none !important}.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total){display:none !important}.summary-template-holder tbody tr{padding:0 8px;border-bottom:solid 1px #ececec !important}.summary-template-holder tbody td{display:inline-block;text-align:left !important;width:auto;color:#727273;font-size:12px;line-height:150% !important;padding:8px 0 8px 0 !important;font-weight:700;text-transform:uppercase}.summary-template-holder tbody tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#727273;line-height:150% !important}.summary-template-holder tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#5e0000}.summary-template-holder tbody tr.Discounts td.monetary{color:#a11010}.summary-coupon{width:100% !important}.cart-more-options{width:100% !important;margin:0 !important;border:none;padding:0;min-height:0 !important;display:flex !important;flex-wrap:wrap}.cart-more-options .cart-select-gift-placeholder{display:block !important}.cart-more-options .vtex-shipping-preview-0-x-alert .shp-alert-content.vtex-shipping-preview-0-x-content{display:flex;align-items:center}.cart-more-options .srp-container{max-width:100% !important}.cart-more-options .srp-container span.error{display:none}.cart-more-options .srp-container .srp-toggle__wrapper label{background:#fff;padding:10px 0;border-radius:4px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#fff;border-radius:4px}.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input){outline:initial}.cart-more-options .srp-container form.srp-postal-code__form.dib.relative{width:100%}.cart-more-options .srp-container button.shp-open-options{border-color:#bc9079}.cart-more-options .srp-container .onda-v1 .blue{color:#9b6950;outline:none}.cart-more-options .srp-container .onda-v1 .b--blue{border-color:#9b6950;outline:none}.cart-more-options .srp-container .onda-v1 .bg-blue{background:#9b6950;outline:initial}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country{width:98%}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a{height:40px;outline:initial;border-radius:4px}.cart-more-options .srp-container .ship-postalCode{width:auto !important;max-width:190px}.cart-more-options .srp-container .ship-postalCode input#ship-postalCode{width:100%}.cart-more-options .cart-select-gift-placeholder,.cart-more-options #shipping-preview-container{margin:20px;width:100%}@media(min-width: 690px){.cart-more-options .cart-select-gift-placeholder{margin-bottom:0}}.cart-more-options .cart-select-gift-placeholder:empty{display:none}@media(max-width: 690px){.cart-more-options #shipping-preview-container{display:none !important}}.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a{padding:13px 0}.cart-select-gift-placeholder .available-gift-item.active{background:#fefefe}.cart-select-gift-placeholder .label-vertical-group:hover,.cart-select-gift-placeholder .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#676767}.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#9b6950}.body-cart-vertical .cart-template-holder{width:calc(70% - 20px)}@media(max-width: 998px){.body-cart-vertical .cart-template-holder{width:100%}}.body-cart-vertical .summary-template-holder{width:30%}@media(max-width: 998px){.body-cart-vertical .summary-template-holder{width:100%;margin-top:20px}}.body-cart-vertical .cart-template.full-cart.active{display:flex;flex-flow:wrap;justify-content:space-between;align-items:flex-start}.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container{width:auto !important;margin:0}.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers{width:100%;padding:0;margin:0}.client-pre-email{background:none;width:100%;border-top:none;position:relative;text-align:left}.client-pre-email fieldset.pre-email{box-sizing:border-box}.client-pre-email label{margin:0;line-height:20px}.client-pre-email label small{font-size:12px;padding:0;color:#323232;font-weight:400;margin:0;display:block;margin-bottom:13px;margin-top:20px}.client-pre-email .link-cart{display:none}.client-pre-email h3.client-pre-email-h{margin:0}.client-pre-email h3.client-pre-email-h span{display:block;position:relative;font-size:0;padding:7px 0 !important}.client-pre-email h3.client-pre-email-h span:after{content:"E-mail";vertical-align:middle;display:inline-block;margin:0;padding:0 !important}.client-pre-email h3.client-pre-email-h .link-box-edit{display:none}.client-pre-email a#orderform-to-cart{color:#9b6950}.client-pre-email .client-email.input.text{margin:0;width:100%;position:initial}.client-pre-email .client-email.input.text input[type=email]{width:100%;box-sizing:border-box}.client-pre-email .client-email.input.text .btn-success{width:20%;margin:0;height:initial;position:absolute;top:initial;bottom:15px;right:initial;left:50%;transform:translateX(-50%);min-width:55%}@media(max-width: 768px){.client-pre-email .client-email.input.text .btn-success{width:calc(100% - 60px)}}.client-pre-email .client-email.input.text .loading-inline{position:absolute;color:#fff;font-size:16px;bottom:35px;top:initial;right:50% !important;margin-right:-10px}.client-pre-email .client-email.input.text .loading-inline[style=""]+#btn-client-pre-email{font-size:0}.client-pre-email .emailInfo{margin-top:20px;width:80%;box-sizing:border-box}.client-pre-email .emailInfo .icon-ok,.client-pre-email .emailInfo h3{color:#9b6950}@media(max-width: 690px){.client-pre-email .emailInfo{width:100%}}.client-pre-email .emailInfo .icon-lock{color:#eee}@media(max-width: 690px){.client-pre-email .link-cart{display:none !important}}.client-pre-email+.client-profile-data .accordion-body:before{content:"Waiting for more information";display:block}.client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:none}.client-pre-email+.client-profile-data.filled .accordion-body:before{display:none}.client-pre-email[style*="display: none"]{padding-bottom:20px !important}.client-pre-email[style*="display: none"] .link-box-edit{display:block !important}.client-pre-email[style*="display: none"] label small{display:none !important}.client-pre-email[style*="display: none"] input#client-pre-email{padding:0 !important;border:none !important;box-shadow:none !important;font-size:12px;font-weight:400;cursor:text;background:none !important;color:#676767}.client-pre-email[style*="display: none"] .emailInfo,.client-pre-email[style*="display: none"] #btn-client-pre-email{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-body:before{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-inner{display:block}body:not(.v-custom-step-email) .client-pre-email span.help.error{display:none !important}.payment-group-item-cards .card-flag{width:32px !important;background-size:auto 20px;min-width:auto;height:20px}.payment-group-item-cards .card-flag.Visa{background-position:0 0}.payment-group-item-cards .card-flag.Mastercard{background-position:-32px 0}.payment-group-item-cards .card-flag.Diners{background-position:-64px 0}.payment-group-item-cards .card-flag.Amex,.payment-group-item-cards .card-flag.American{background-position:-96px 0}.payment-group-item-cards .card-flag.Hipercard{background-position:-128px 0}.payment-group-item-cards .card-flag.Discover{background-position:-160px 0}.payment-group-item-cards .card-flag.Aura{background-position:-192px 0}.payment-group-item-cards .card-flag.Banricompras{background-position:-224px 0}.payment-group-item-cards .card-flag.Elo{background-position:-256px 0}.payment-group-item-cards .card-flag.JCB{background-position:-288px 0}.payment-group-item-cards .card-flag.Cabal{background-position:-320px 0}.payment-group-item-cards .card-flag.Maestro{background-position:-352px 0}.payment-group-item-cards .card-flag.Credz{background-position:-384px 0}.orderform-template-holder .step .input.text label,.vcustom--vtex-omnishipping-1-x-address label{margin:10px 0 5px 0;display:block;color:#999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after,.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right, #eee 10%, #ddd 18%, #eee 33%);background-size:800px 104px}svg.pickup-marker-blue,svg.pickup-marker-blue path,svg.pkpmodal-pickup-point-marker-image,svg.pkpmodal-pickup-point-marker-image path,svg.vtex-omnishipping-1-x-svg,svg.vtex-omnishipping-1-x-svg path,svg.pkpmodal-pickup-point-best-marker-image path:not([fill=white]){fill:#9b6950}@media(max-width: 768px){.container.container-main.container-order-form{width:calc(100% - 20px)}}.orderform-template-holder #client-profile-data{width:100%}.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{width:100% !important;margin:0;box-sizing:border-box;background:#fff;border-radius:4px;margin-bottom:20px !important;z-index:initial;border:none;padding:30px}@media(max-width: 768px){.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{padding:20px}}.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,.orderform-template-holder #shipping-data.client-pre-email,.orderform-template-holder #payment-data.client-pre-email{display:block !important;padding-bottom:84px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.orderform-template-holder #shipping-data .link-box-edit,.orderform-template-holder #payment-data .link-box-edit{background:none;box-shadow:none;border:none;color:#9b6950;outline:none;position:absolute;right:0;top:50%;padding:1px;font-size:14px;transform:translateY(-50%);opacity:.7;transition:all ease .2s}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,.orderform-template-holder #shipping-data .link-box-edit:hover,.orderform-template-holder #payment-data .link-box-edit:hover{opacity:1}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit i.icon-spinner{font-size:17px;position:absolute;right:0;display:none;top:-7px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner{display:block}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>i,.orderform-template-holder #shipping-data .accordion-toggle>i,.orderform-template-holder #payment-data .accordion-toggle>i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>span{display:block;line-height:initial}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-inner,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-inner{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input){width:100%;max-width:100%;outline:initial}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data .payment-group-item{box-sizing:border-box;margin:0 6px 10px 0;border-radius:4px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#323232;transition:all ease .3s;padding:11px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f3f3f3;float:left;width:100%}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data .payment-group-item.active{background:#fff}.orderform-template-holder #payment-data p.link.link-gift-card.active span,.orderform-template-holder #payment-data .payment-group-item.active span{color:#000}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data p.link.link-gift-card:hover,.orderform-template-holder #payment-data .payment-group-item.active,.orderform-template-holder #payment-data .payment-group-item:hover{box-shadow:0 0 6px #cbcbcb;border:1px solid #9b6950}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data fieldset.payment-group{width:100%;left:0;display:block;background:none;position:relative;margin:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup{padding-top:32px}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards{overflow:hidden;position:absolute;right:0;top:0;display:flex;justify-content:flex-end}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards .card-flag{opacity:1}.orderform-template-holder #payment-data p.link.link-gift-card{margin-bottom:10px;padding:0}.orderform-template-holder #payment-data p.link.link-gift-card a{padding:10px 10px;display:block;text-align:left}.orderform-template-holder #payment-data .payment-group-list-btn{width:100%}.orderform-template-holder #payment-data p.link.link-gift-card *,.orderform-template-holder #payment-data .payment-group-item *{font-size:12px !important;font-weight:bold}.orderform-template-holder #payment-data .payment-group-item{position:relative;height:40px}.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text{padding:0;line-height:17px;background:none !important}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2)~.payment-group-item{width:calc(50% - 3px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3)~.payment-group-item{width:calc(33.3% - 4px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4)~.payment-group-item{width:calc(25% - 4.8px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item{width:100%;margin-right:0;height:auto}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):before,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:before{display:none}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):hover,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:hover{top:0}.orderform-template-holder #payment-data .payment-group-item:last-child{margin-right:0}.orderform-template-holder #payment-data .payment-group-item:hover{position:relative;background:#fff;top:-2px}.orderform-template-holder #payment-data .payment-group-item.active:after,.orderform-template-holder #payment-data .payment-group-item.active:before{content:"";display:block;position:absolute;left:50%;transform:translateX(-50%);top:100%;width:0;height:0;border-style:solid}.orderform-template-holder #payment-data .payment-group-item.active:after{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:6px}.orderform-template-holder #payment-data .payment-group-item.active:before{border-color:#9b6950 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:7px}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default{padding:0;margin:0;width:100%}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label{font-weight:bold;color:#000;font-size:12px;padding-right:30px}.orderform-template-holder #payment-data p.payment-discounts-options,.orderform-template-holder #payment-data p.gift-card-provider-options{display:flex;align-items:center;padding-bottom:10px}.orderform-template-holder #payment-data p.payment-discounts-options input,.orderform-template-holder #payment-data p.payment-discounts-options select,.orderform-template-holder #payment-data p.gift-card-provider-options input,.orderform-template-holder #payment-data p.gift-card-provider-options select{margin:0 10px}.orderform-template-holder #payment-data p.payment-discounts-options label,.orderform-template-holder #payment-data p.gift-card-provider-options label{line-height:12px;margin:0}.orderform-template-holder #payment-data .payment-discounts-list{margin-bottom:10px}.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program{border-bottom:1px solid #eee}.orderform-template-holder #payment-data .payment-discounts-list table{width:100%}.orderform-template-holder #payment-data .payment-discounts-list table td{padding:0}.orderform-template-holder #payment-data .payment-discounts-list table tbody,.orderform-template-holder #payment-data .payment-discounts-list table tr{display:flex;width:100%;flex-wrap:wrap;align-items:center}.orderform-template-holder #payment-data .payment-discounts-list table td.code,.orderform-template-holder #payment-data .payment-discounts-list table td.number{margin-right:20px;flex-grow:1;padding:0}.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card{text-decoration:underline;color:#ff4c4c}.orderform-template-holder #payment-data input#payment-discounts-code{width:100% !important}.orderform-template-holder #payment-data #btn-add-gift-card{height:40px;border-radius:4px}.orderform-template-holder #payment-data .steps-view{width:100% !important;padding:0;min-height:initial}.orderform-template-holder #payment-data .steps-view iframe{max-width:300px;margin:0}.orderform-template-holder #payment-data p.notification{font-weight:bold;font-weight:400;color:#323232}.orderform-template-holder #payment-data p.notification:not([style="display: none;"])+.box-step{padding:0;border:none}@media(min-width: 769px){.orderform-template-holder #payment-data:last-child{margin-bottom:0px !important}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap{box-sizing:border-box;border-radius:4px;background:#fff;border:1px solid #cbcbcb;color:#323232;transition:all ease .3s;overflow:hidden;margin-bottom:10px}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#9b6950;box-shadow:0 0 6px #ddd}.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup{padding-top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item{border:none;border-bottom:1px solid rgba(0,0,0,0);box-shadow:none;margin:0;width:100% !important;height:auto;top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-right:auto;text-align:left;line-height:27px !important;white-space:nowrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:20px;height:20px;display:inline-block;border:1px solid #999;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:flex;justify-content:flex-end;flex-wrap:wrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child{margin:0}@media(max-width: 360px){.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:none}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active{background:#fefefe;border-bottom:1px solid #9b6950}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#9b6950;border-color:#9b6950;box-shadow:inset 0 0 0 3px #fff}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-cards span{opacity:1}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:hover .payment-group-item-text:before{border-color:#9b6950}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after{display:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup{position:relative}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{content:"";width:50px;height:20px;display:block;background:url("https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png") center no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);right:12px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after{content:"";width:65px;height:25px;display:block;background:url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;background-size:contain;position:absolute;top:49%;transform:translateY(-50%);right:3px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active+div,.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active>div{padding:20px;overflow:hidden;box-sizing:border-box}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .SecurityEnvironmentIcon{display:none}.orderform-template-holder .step{border:none;padding:0;background:none;margin-bottom:0}@media(max-width: 868px){.orderform-template-holder .step{width:100%}}.orderform-template-holder .step .box-info{color:#323232}.orderform-template-holder .step .box-info[style*="display: block"]{margin-top:10px}.orderform-template-holder .step .form-step fieldset{width:100%;float:none}.orderform-template-holder .step .form-step fieldset p{position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p{float:none !important}}.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:calc(50% - 5px);position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:100%}.orderform-template-holder .step .form-step fieldset p.client-last-name input[type=text],.orderform-template-holder .step .form-step fieldset p.client-first-name input[type=text]{width:100% !important}}.orderform-template-holder .step .form-step fieldset p span.help.error{position:absolute;font-size:11px;margin-top:0}.orderform-template-holder .step .form-step fieldset.box-client-info-pj{padding-top:15px}.orderform-template-holder .step .form-step fieldset.box-payment-option h3{display:none}.orderform-template-holder .step .form-step #is-corporate-client{color:#9b6950}.orderform-template-holder .step.client-profile-data .client-notice.notice{margin:0 0 10px 0}.orderform-template-holder .step.client-profile-data .box-client-info{margin-bottom:20px}.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:calc(50% - 5px)}@media(max-width: 690px){.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:100%}}.orderform-template-holder .step.shipping-data .box-step{display:flex;flex-wrap:wrap}.orderform-template-holder .step.shipping-data .box-step>*{width:100%;order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressFormPart1{order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressForm{order:2}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-deliveryGroup{order:4}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-submitPaymentButton{order:100}.orderform-template-holder .step.shipping-data .box-step>*.btn-link.vtex-omnishipping-1-x-btnDelivery,.orderform-template-holder .step.shipping-data .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .box-step>a.vtex-omnishipping-1-x-btnDelivery,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step.shipping-data .box-step>a.vtex-omnishipping-1-x-btnDelivery{order:5;margin-top:20px;background:#9b6950}.orderform-template-holder .step.shipping-data .box-step>*#postalCode-finished-loading,.orderform-template-holder .step.shipping-data .box-step>*:last-child{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-content{align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption{background:#fff}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive{background:#9b6950;border-color:#9b6950;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#9b6950;border-color:#9b6950;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active{background-color:#fefefe}.orderform-template-holder .step.shipping-data .shipping-method-toggle{border-color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert{border-color:#ffb100;display:flex;align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit{text-decoration:underline}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle{border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{border:1px solid #cbcbcb;width:100%;overflow:hidden;margin:0 0 20px 0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange{background:#fefefe;border-color:#cbcbcb;color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList{border-color:#eee;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption{background:#fff !important}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk{color:#676767;fill:#676767}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary{outline:none;background:#9b6950;border-color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange{border-color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p{clear:both;float:none;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text{width:auto;align-self:flex-end;display:flex;align-items:center;margin-left:10px !important;height:40px}.orderform-template-holder .step.shipping-data input#ship-addressQuery{width:100%}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver{display:block}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver svg.person-blue path{fill:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver .vtex-omnishipping-1-x-btn{color:#9b6950}@media(max-width: 490px){.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink{width:100%}}.orderform-template-holder .step .submit.btn.btn-success,.orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step a.submit.btn-success,.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success{display:block;margin:0 auto;min-width:55%}.orderform-template{display:flex !important;padding-top:0px;min-height:400px !important;align-items:flex-start}@media(max-width: 768px){.orderform-template{flex-wrap:wrap}}.orderform-template .orderform-template-holder{width:100%}@media(min-width: 769px){.orderform-template .orderform-template-holder{width:61% !important;padding-right:20px;max-width:calc(100% - 271px);float:left;box-sizing:border-box}}@media(max-width: 690px){.orderform-template{width:100%;padding-top:0px}}.orderform-template .cart-template.mini-cart{width:39%;min-width:255px;position:-webkit-sticky;position:-moz-sticky;position:-o-sticky;position:-ms-sticky;position:sticky;bottom:0px;top:20px;right:0;float:right;margin:0}@media(max-width: 768px){.orderform-template .cart-template.mini-cart{width:100%;position:relative;top:0}}.orderform-template .cart-template.mini-cart .cart-items>.v-custom-indexed-item{display:none !important}.orderform-template .cart-template.mini-cart .cart-fixed{height:auto !important;position:relative !important;max-width:100%;width:100% !important;top:0;min-height:initial}@media(min-width: 769px){.orderform-template .cart-template.mini-cart .cart-fixed.affix-top{position:relative !important}}.orderform-template .cart-template.mini-cart h2{text-align:left;border-top:none;background:none !important;margin-bottom:15px}.orderform-template .cart-template.mini-cart .quantity{min-width:10px;width:auto;height:10px;display:inline-block;background:#fefefe;color:#9b6950}.orderform-template .cart-template.mini-cart .summary-template-holder{width:100%;background:none;border:none;padding:0}.orderform-template .cart-template.mini-cart .summary-template-holder .accordion-inner{margin-top:0px}.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap,.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap>.summary-coupon{display:block !important}.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon p{margin:0}.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap{border-top:1px solid #cbcbcb;padding:8px 0}.orderform-template .cart-template.mini-cart .summary-template-holder input[type=text],.orderform-template .cart-template.mini-cart .summary-template-holder button[type=submit],.orderform-template .cart-template.mini-cart .summary-template-holder p.coupon-fields span.info>span{line-height:30px !important;height:30px !important}.orderform-template .cart-template.mini-cart .item{padding:10px 0;margin:0;border:none;border-bottom:1px solid #eee}.orderform-template .cart-template.mini-cart .item:last-child{border:none}.orderform-template .cart-template.mini-cart .item ul.service-list.unstyled{margin:0;float:none;width:100%;background:none;display:inline-block;clear:both}.orderform-template .cart-template.mini-cart .item .service-item,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item{background:#fefefe;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:5px 10px;margin:10px 0 0 0}.orderform-template .cart-template.mini-cart .item .service-item .description,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description{margin-top:0}.orderform-template .cart-template.mini-cart .item .service-item>a,.orderform-template .cart-template.mini-cart .item .service-item .quantity,.orderform-template .cart-template.mini-cart .item .service-item .shipping-date,.orderform-template .cart-template.mini-cart .item .service-item .item-subscription,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item>a,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .quantity,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .shipping-date,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-subscription{display:none}.orderform-template .cart-template.mini-cart .item .service-item .price,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .price{margin:0}.orderform-template .cart-template.mini-cart .item .service-item:last-child,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item:last-child{margin-bottom:0}.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-unavailable{display:none}.orderform-template .cart-template.mini-cart .item .fn{width:calc(82% - 20px)}.orderform-template .cart-template.mini-cart .item .price,.orderform-template .cart-template.mini-cart .item span.shipping-date{white-space:nowrap}.orderform-template .cart-template.mini-cart .item .url{border-radius:4px;overflow:hidden}.orderform-template .cart-template.mini-cart .summary-totalizers{margin-bottom:0}.orderform-template .cart-template.mini-cart #go-to-cart-button{position:absolute;top:0px;right:7px;color:#9b6950;text-decoration:underline}@media(max-width: 690px){.orderform-template .cart-template.mini-cart #go-to-cart-button{display:none}}.orderform-template .cart-template.mini-cart .summary-totalizers tbody{padding:14px 0;display:block;border:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total){display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td{display:inline-block;text-align:left !important;width:auto;color:#666;font-size:13px;padding:8px 0 8px 0 !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.orderform-template .cart-template.mini-cart .summary-totalizers tbody+tbody{border-top:none}.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate{display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td{padding:14px 0 !important;color:#000;font-size:14px;font-weight:bold;text-align:left}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#9b6950}.orderform-template .cart-template.mini-cart .cart{margin-bottom:0;overflow:auto;max-height:353px;padding-right:11px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar{width:6px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#cbcbcb;border-radius:30px}.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb{background:#eee}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded){max-height:100px;overflow:hidden}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item{overflow:hidden;position:relative;border:none !important}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item>*{opacity:0}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{content:"";width:100%;height:100%;display:block;top:0px;left:0;position:absolute}.orderform-template .payment-confirmation-wrap{border:none;padding:0}.orderform-template .payment-confirmation-wrap .payment-submit-wrap{margin:10px 0 0 0}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap .payment-submit-wrap{z-index:9999;position:fixed;bottom:0;width:100%;left:0;padding:0;background:#fff;margin:0 !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap button{border-radius:0 !important}}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap{border:none !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap,.orderform-template .payment-confirmation-wrap button{margin:0 !important}}.orderform-template .payment-confirmation-wrap #payment-data-submit:disabled span{display:none}.orderform-template .summary-note{display:none !important}.orderform-template .summary-note p.note-data{display:none !important}.orderform-template .summary-note>div{display:block !important}.orderform-template .summary-note .note-textarea{height:50px;line-height:20px;max-width:100%;width:100%;font-family:"Open Sans",sans-serif;max-height:100px;display:none}.orderform-template .custom-cart-template-wrap{position:relative;background:#fff;padding:17px 20px;text-align:left;box-sizing:border-box;border-radius:4px;border:none}.orderform-template .custom-cart-template-wrap .summary-cart-template-holder{height:auto !important}.orderform-template .custom-cart-template-wrap .summary-template-holder{margin-top:0}.step.client-profile-data.active .box-step .form-step[style*="display: block"],.step.shipping-data.active .accordion-inner.shipping-container,#payment-data .box-step form.form-step{padding-top:20px !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification,.client-pre-email+.client-profile-data .accordion-body:before{display:none}body.v-custom-step-shipping #shipping-data .shipping-summary-info,body.v-custom-step-payment #shipping-data .shipping-summary-info{display:block}.steps-view,.gift-card-section,.App.iframe-credit-card-payment-group{background:#fff}#app-container{min-height:100vh;background:#fff}#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select{width:100%}#app-container span.help.error{margin:0 !important;display:block}#app-container .SecurityEnvironmentIcon{margin-bottom:20px;display:none}#app-container .CardForm>div{position:relative;clear:both}#app-container .CardForm .PaymentValue{display:none}#app-container .CardForm input#creditCardpayment-card-0Number[value=""]{background:#fff;position:relative;z-index:1}#app-container .CardForm .SavedCardsList{width:calc(100% - 1px)}#app-container .CardForm .SavedCard .link-delete{right:8px;top:50%;margin-top:-10px;border:1px solid #ccc;background:#fff;width:20px;height:20px;line-height:17px}#app-container .PaymentCardFlags{position:absolute;top:37.5px;right:16px;padding:0}#app-container .PaymentCardFlags .card-flag-label input{display:none}#app-container .PaymentCardFlags .card-flag-label{width:auto}#app-container .PaymentCardFlags .card-flag{opacity:.7;display:none}#app-container .PaymentCardFlags .card-flag.card-selected{opacity:1;display:block}#app-container input#creditCardpayment-card-0Code,#app-container input#creditCardpayment-card-1Code{width:100px !important}#app-container .label-vertical-group{padding:9px}#app-container .label-vertical-group:hover{color:#9b6950}#app-container .label-vertical-group.active{color:#9b6950;background:#fefefe}#app-container .label-vertical-group:not(.SavedCard) .card-flag{position:absolute;left:5px;top:8px}#app-container .label-vertical-group .icon-ok-circle,#app-container .label-vertical-group .icon-circle-blank{top:9px}#app-container .label-vertical-group.UseAnotherCard{background-color:#eee;padding:4px;font-size:11px;text-decoration:underline}#app-container .label-vertical-group.UseAnotherCard #use-another-card{color:#676767}#app-container .label-vertical-group.UseAnotherCard:hover #use-another-card{text-decoration:underline;color:#999}#app-container label.FormFieldLabel{display:block;clear:both;width:auto;margin-right:10px}#app-container .AddressForm{display:flex;flex-wrap:wrap}#app-container .AddressForm>*{width:100%;order:10}#app-container .AddressForm input{max-width:100%}#app-container .AddressForm .payment-billing-address-street{order:1}#app-container .AddressForm .payment-billing-address-complement{order:2}#app-container .AddressForm .payment-billing-address-city{order:3}#app-container .AddressForm .payment-billing-address-state{order:4}#app-container .AddressForm .PostalCode{order:5}.orderform-template .summary-note.js-active{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:none}body.js-vcustom-showNoteField .orderform-template .summary-note{display:block !important}body.js-vcustom-showNoteField.v-custom-step-payment .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:block !important}.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon{border:1px dashed #ffb100;padding:1px;font-size:11px;background:#fff6e0;border-radius:4px;margin-top:4px !important;clear:both}.vcustom-customTax-tot{display:inline-block;position:relative;margin-left:5px}.vcustom-customTax-tot>span{background:#eee;width:15px;height:15px;line-height:15px;display:inline-block;border-radius:100%;text-align:center;cursor:pointer}.vcustom-customTax-tot:hover .vcustom-customTax-resume{display:block}.vcustom-customTax-resume{position:absolute;left:calc(100% + 10px);width:128px;background:#eee;top:50%;font-size:11px;padding:10px;transform:translateY(-50%);display:none}.vcustom-customTax-resume__i{display:flex;justify-content:space-between;margin:0}.vcustom-customTax-resume:before{content:"";display:block;position:absolute;left:-4px;top:calc(50% - 4px);width:0;height:0;border:0 solid rgba(0,0,0,0);border-top-width:4px;border-bottom-width:4px;border-right:4px solid #eee}.v-custom-addLabels-active-flag{background:#fff;color:#323232;padding:1px 4px;border-radius:4px;display:inline-block;align-items:center;font-size:11px;border:1px solid #cbcbcb}.v-custom-addLabels-active-flag:before{content:"";display:inline-block;width:14px;height:14px;background:url("//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png");background-repeat:no-repeat;background-position:0 -48px;margin-right:4px;opacity:.9;vertical-align:middle}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}body.v-custom-paymentBuilder-accordion .steps-view{display:none}body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date{display:none}#shipping-data .accordion-group.shipping-data:after{opacity:0;transition:all ease .3s}.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning{display:none !important}.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after{content:"";display:block;opacity:1;left:0;top:0;width:100%;height:20px;z-index:2;margin:0 0 20px 0;border-radius:3px}.js-v-custom-is-loadAddress #postalCode-finished-loading+.mb5{display:none !important}.vcustom--vtex-omnishipping-1-x-address{display:none;transition:all ease .3s}body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address{display:block}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info{display:flex}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number{margin-right:10px}body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton{display:none}.vtex-omnishipping-1-x-submitShippingStepButton{margin:20px 0 0 0}body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery{display:none}body.v-custom-googleForm-on .alert-noStreet{display:none}.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container>*{display:none}body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container{padding-top:0 !important;transition:all ease .3s}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText+div{margin:0 !important}body.v-custom-fnsCustomAddressForm .orderform-template-holder p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper{margin-bottom:0 !important;margin-top:20px}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-country,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-addressQuery,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:none}body.v-custom-fnsCustomAddressForm.returningUser .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+#back-to-address-list+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-addressFormPart1{order:1}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]{border:0}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]:after{display:none}body.v-custom-fnsCustomAddressForm #shipping-data .accordion-inner+.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-fnsCustomAddressForm div#shipping-data{display:flex;flex-wrap:wrap}body.v-custom-fnsCustomAddressForm div#shipping-data>*{width:100%}body.v-custom-fnsCustomAddressForm div#shipping-data .step.accordion-group.shipping-data{order:1}body.v-custom-fnsCustomAddressForm div#shipping-data .vcustom--vtex-omnishipping-1-x-address{order:3}.js-v-custom-is-loading .accordion-inner.shipping-container,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{overflow:hidden}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{height:120px;position:relative}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.js-v-custom-is-loading .accordion-inner.shipping-container>*,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address>*{opacity:.5}.vcustom--vtex-omnishipping-1-x-address p.input{float:none;width:100%;margin:0}.vcustom--vtex-omnishipping-1-x-address span.help.error{display:none}.vcustom--vtex-omnishipping-1-x-address input{max-width:initial;width:100%}.vcustom--vtex-omnishipping-1-x-address input.error+span.help.error,.vcustom--vtex-omnishipping-1-x-address select.error+span.help.error{display:block}.vcustom--vtex-omnishipping-1-x-address__state{display:flex;margin:0 -5px}.vcustom--vtex-omnishipping-1-x-address__state p.input{margin:0 5px}@media(max-width: 768px){.vcustom--vtex-omnishipping-1-x-address__state{flex-wrap:wrap;margin:0}.vcustom--vtex-omnishipping-1-x-address__state p.input.ship-state{margin:0}}.pac-container.pac-logo{border:1px solid #cbcbcb;border-radius:4px}.pac-logo:after{background:#fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png) no-repeat 10px center;padding:14px;background-size:110px}.address-list.vtex-omnishipping-1-x-addressList+p.input.ship-addressQuery.text{display:none}.alert-noStreet{margin:30px auto 0 auto;text-align:center}body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email{display:none !important}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{content:"1"}body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before{content:"2"}body.js-vcustom-hideEmailStep .payment-data .accordion-toggle>span:not(.payment-edit-link):before{content:"3"}body.js-vcustom-hideEmailStep .client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:block}.RTL-checkout select{direction:rtl}.RTL-checkout .cart-template-holder{order:2}.RTL-checkout body .main-header .header-link{left:initial;right:0}.RTL-checkout body .main-header .checkout-steps{margin-left:initial;margin-right:auto}.RTL-checkout .main-header .logo{order:2}.RTL-checkout .summary-template-holder tr .info{order:2;text-align:right !important}.RTL-checkout .orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.RTL-checkout .orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.RTL-checkout .orderform-template-holder #shipping-data .link-box-edit,.RTL-checkout .orderform-template-holder #payment-data .link-box-edit{right:initial;left:0}.RTL-checkout .summary-template-holder tbody td.monetary,.RTL-checkout .summary-template-holder tfoot tr td.monetary{margin-right:auto;margin-left:initial !important;text-align:left !important}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span{flex-direction:row-reverse}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span input{margin:0 0 0 10px}.RTL-checkout .table.cart-items tbody tr .v-custom-product-item-wrap,.RTL-checkout .table.cart-items tbody tr,.RTL-checkout .table.cart-items thead tr,.RTL-checkout .table.cart-items thead tr th.product{flex-direction:row-reverse;text-align:right}.RTL-checkout .table.cart-items tbody tr td.product-name{text-align:right}.RTL-checkout .orderform-template .orderform-template-holder{order:2;padding:0 0 0 20px}.RTL-checkout .orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:left !important}.RTL-checkout br{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .table.cart-items td.quantity{direction:rtl}.RTL-checkout .checkout-steps_items{direction:rtl}.RTL-checkout .checkout-steps_items .text:before{margin:0 0 0 7px}.RTL-checkout .srp-toggle__wrapper{direction:rtl}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-framePickup{left:0}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-frameDelivery{left:50%}.RTL-checkout .srp-delivery-header.mb3{direction:rtl;display:flex}.RTL-checkout .srp-delivery-current-many .flex{direction:rtl;text-align:right}.RTL-checkout .step{direction:rtl}.RTL-checkout .step .accordion-toggle>span:before,.RTL-checkout .step .accordion-toggle:before{margin-right:0 !important;margin-left:10px !important}.RTL-checkout fieldset.box-client-info-pf{display:flex;flex-wrap:wrap}.RTL-checkout .orderform-template-holder .step .form-step fieldset p,.RTL-checkout .orderform-template-holder .step .form-step fieldset div{width:100%}.RTL-checkout p.client-first-name,.RTL-checkout p.client-different-document,.RTL-checkout p.client-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-document-type,.RTL-checkout p.payment-card-due-date{margin-left:10px;margin-right:0}.RTL-checkout p.client-document,.RTL-checkout p.client-phone,.RTL-checkout p.client-company-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-company-phone,.RTL-checkout p.payment-card-due-month,.RTL-checkout p.payment-card-lash,.RTL-checkout p.payment-card-due-year{float:right}.RTL-checkout input.success:not([invalid=true]){background-position:left top}.RTL-checkout .vtexIdUI .vtexIdUI-page{direction:rtl}.RTL-checkout .vtexIdUI .modal-header .close{left:-1px;right:initial}.RTL-checkout .vtexIdUI .pull-left{float:right}.RTL-checkout .orderform-template-holder .step .box-info p{display:flex;flex-wrap:wrap;width:100%}.RTL-checkout .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon,.RTL-checkout .vtex-omnishipping-1-x-addressItemIcon{margin:0 0 0 10px}.RTL-checkout .vtex-omnishipping-1-x-leanShippingText{padding-right:10px}.RTL-checkout .address-summary{display:flex;flex-wrap:wrap}.RTL-checkout br.line1-delimiter{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after,.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{right:initial;left:10px}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-left:auto;margin-right:inherit}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{margin-right:initial;margin-left:10px}.RTL-checkout .orderform-template-holder #payment-data p.link.link-gift-card a{text-align:right}.RTL-checkout .orderform-template .custom-cart-template-wrap .summary-cart-template-holder{direction:rtl}.RTL-checkout .pull-right{float:left !important}.RTL-checkout .orderform-template .cart-template.mini-cart .item .price{margin-right:auto;direction:initial}.RTL-checkout .orderform-template .cart-template.mini-cart .item .url{float:right;margin:0 0 0 6px}.RTL-checkout .orderform-template .cart-template.mini-cart .item .fn{text-align:right;float:right}.RTL-checkout .orderform-template .cart-template.mini-cart h2{text-align:right}.RTL-checkout .orderform-template .cart-template.mini-cart #go-to-cart-button{left:7px;right:initial}.RTL-checkout .vtex-omnishipping-1-x-SummaryItemInfo{border:none;border-left:1px solid #eee;padding:0 0 0 6px}.RTL-checkout #app-container{direction:rtl}.RTL-checkout #app-container .PaymentCardDueDate.clearfix{display:flex}.RTL-checkout #app-container label.FormFieldLabel{margin:0 0 0 10px}.RTL-checkout #app-container .PaymentCardCVV{display:flex}.RTL-checkout #app-container p.AddressToggle{display:flex}.RTL-checkout #app-container .AddressToggle input{margin:3px 0 0 5px}@media(max-width: 998px){.RTL-checkout.body-cart-vertical .summary-template-holder{order:2}}@media(max-width: 768px){.RTL-checkout .orderform-template .cart-template.mini-cart{order:2}}@media(max-width: 690px){.RTL-checkout .table.cart-items td.product-image a{margin-right:0;margin-left:20px}.RTL-checkout .full-cart .cart table tbody tr td.product-image,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-image{left:initial;right:0}.RTL-checkout .table.cart-items td.product-name,.RTL-checkout .table.cart-items td.quantity{margin-left:0 !important;margin-right:90px !important}.RTL-checkout .table.cart-items td.quantity{float:right}.RTL-checkout .full-cart .cart table tbody tr td.product-name a,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-name span{padding:0 0 0 20px}.RTL-checkout .full-cart .cart table tbody tr td.product-price{float:left}.RTL-checkout .full-cart .cart table tbody tr td.item-remove{left:0;right:initial}}body.debug-on>*:not(.container-main):not(.main-header):not(.main-footer):not(#vtexIdContainer):not(.vtex-front-messages-placeholder):not(.pac-container){display:none}@media(min-width: 1200px){.flexRowContent--container,.checkout-footer .checkout-container{width:calc(100% - 160px);padding:0 16px}}@media(max-width: 991px){.flexRowContent--container,.checkout-footer .checkout-container{width:100%;padding:0 16px}}@media(min-width: 1200px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:calc(100% - 160px);padding:0 16px;margin:0 auto !important}}@media(max-width: 991px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:100%;padding:0 16px}}@media screen and (max-width: 991px){.checkout-footer{padding-top:5px;padding-bottom:40px;height:auto}}@media screen and (max-width: 991px){.checkout-footer .checkout-container{flex-direction:column;width:auto}}@media screen and (min-width: 991px){.checkout-header .checkout-container{width:calc(100% - 6vw)}}@media screen and (max-width: 991px){.checkout-header .checkout-container{width:auto}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-left img{max-width:115px}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text{display:none}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text-bold{font-size:14px;max-width:88px}}@media screen and (min-width: 991px){.checkout-stepper .checkout-container{padding:40px 0 10px;width:calc(100% - 6vw);max-width:1240px}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container{padding:40px 0px 20px;width:auto}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item{padding:0 20px;width:auto;display:none}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item:not(:first-child){margin-bottom:-10px}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item.active{display:block}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-right .checkout-back-link{display:none}}@media(min-width: 991px){body.v-custom-step-email .checkout-stepper .checkout-container,body.v-custom-step-profile .checkout-stepper .checkout-container,body.v-custom-step-shipping .checkout-stepper .checkout-container,body.v-custom-step-payment .checkout-stepper .checkout-container{padding-bottom:50px}}@media(min-width: 991px){.orderform-template .cart-template.mini-cart{margin-left:2.5vw}}@media(max-width: 991px){.orderform-template .cart-template.mini-cart{margin-top:20px}}@media(max-width: 770px){.orderform-template .cart-template.mini-cart{margin-top:-20px}}@media(min-width: 1300px){.orderform-template .cart-template.mini-cart{margin-left:3.5vw}}@media screen and (max-width: 991px){.cart-template .freeShippingBarContainer{order:1;position:absolute;top:0;left:0}}.cart-template .free-shipping-message{background:#ebe1dc;display:flex;justify-content:center;align-items:center;padding:4px 0;gap:8px;border-radius:8px;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#9b6950}.cart-template .free-shipping-message .free-shipping-label{text-align:left;font-style:normal;font-size:13px;line-height:19px;color:#9b6950;margin-bottom:0}.cart-template .free-shipping-message .free-shipping-label b{font-weight:600}.cart-template .free-shipping-message .free-shipping-label .shipping-free-sub{font-weight:400}@media screen and (max-width: 991px){.cart-template .summary-template-holder{order:3;position:static}}@media screen and (max-width: 991px){.cart-template .cart-template-holder{order:2}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-image img,.cart-template.full-cart .table tbody tr.product-item td.product-image a{width:48px !important;margin-right:5px !important}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{width:33% !important;padding-left:0}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{margin-left:60px !important;padding-right:20px !important}}@media(min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .list-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .best-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price{display:block !important}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{width:10% !important}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{margin-left:60px !important}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity select{top:5px}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity-price{margin-right:12px;display:block !important}}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder{padding:12px}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder .summary{margin-top:16px;box-sizing:border-box}}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{width:100% !important;margin:0 0 16px}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{background:#fff}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{max-width:348px}}@media screen and (min-width: 991px){.cart-template.full-cart .cart-template-holder{flex:1}}.cart-fixed .freeShippingBarContainer,.cart-fixed .cart-note-cart-label,.cart-fixed #cart-note-cart{display:none}.cart-fixed .item-unavailable{order:5}.cart-more-options #shipping-preview-container{width:auto !important}.cart-select-gift-placeholder{display:none !important}.cart-select-gift-placeholder .available-gift-item{display:flex;border:1px solid #ebe1dc;box-shadow:none}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item{padding:5px 8px}}.cart-select-gift-placeholder .available-gift-item .product-name>span{display:inline-block;height:100%;max-width:46%}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name>span{max-width:unset;margin-right:16px}}.cart-select-gift-placeholder .available-gift-item .product-name .brand{display:inline-block}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name .brand{display:none !important}}.cart-select-gift-placeholder .available-gift-item .product-name .brand>span{display:none}.cart-select-gift-placeholder .available-gift-item .product-name .brand::before{content:"BRINDE";display:inline-block;color:#444;font-weight:bold;height:fit-content;padding:2px 16px;font-size:14px;font-family:"Open Sans",sans-serif}.cart-select-gift-placeholder .available-gift-item .product-name::after{content:"BRINDE";display:inline-block;color:#444;font-weight:bold;height:fit-content;padding:2px 16px;font-size:14px;font-family:"Open Sans",sans-serif}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name::after{display:none !important}}.cart-select-gift-placeholder .available-gift-item .product-name .checkbox-selector{display:inline-flex;position:relative;top:unset;left:unset;transform:translateX(10px)}.cart-select-gift-placeholder .available-gift-item .product-name .checkbox-selector:not(.active)::before{content:"";display:inline-block;background:url("data:image/svg+xml,%0A%3Csvg width='64' height='32' viewBox='0 0 64 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='63' height='31' rx='3.5' fill='%23FFFFFF' stroke='%23EEEEEE'/%3E%3Cpath d='M38 13L44 19L50 13' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7881 15.9893C19.7881 16.8005 19.7266 17.5251 19.6035 18.1631C19.4805 18.8011 19.2868 19.3411 19.0225 19.7832C18.7581 20.2253 18.4163 20.5625 17.9971 20.7949C17.5778 21.0228 17.0742 21.1367 16.4863 21.1367C15.7435 21.1367 15.1283 20.9339 14.6406 20.5283C14.1576 20.1227 13.7952 19.5371 13.5537 18.7715C13.3167 18.0013 13.1982 17.0739 13.1982 15.9893C13.1982 14.9229 13.3053 14.0068 13.5195 13.2412C13.7383 12.471 14.0892 11.8809 14.5723 11.4707C15.0553 11.056 15.6934 10.8486 16.4863 10.8486C17.2383 10.8486 17.8581 11.0537 18.3457 11.4639C18.8333 11.8695 19.1956 12.4574 19.4326 13.2275C19.6696 13.9932 19.7881 14.9137 19.7881 15.9893ZM14.3398 15.9893C14.3398 16.9189 14.4105 17.6937 14.5518 18.3135C14.693 18.9333 14.9209 19.3981 15.2354 19.708C15.5544 20.0133 15.9714 20.166 16.4863 20.166C17.0013 20.166 17.416 20.0133 17.7305 19.708C18.0495 19.4027 18.2796 18.9401 18.4209 18.3203C18.5667 17.7005 18.6396 16.9235 18.6396 15.9893C18.6396 15.0732 18.569 14.3076 18.4277 13.6924C18.2865 13.0726 18.0586 12.6077 17.7441 12.2979C17.4297 11.9834 17.0104 11.8262 16.4863 11.8262C15.9622 11.8262 15.543 11.9834 15.2285 12.2979C14.9141 12.6077 14.6862 13.0726 14.5449 13.6924C14.4082 14.3076 14.3398 15.0732 14.3398 15.9893Z' fill='%23606060'/%3E%3C/svg%3E%0A") no-repeat center;background-size:contain;width:64px;height:39px}.cart-select-gift-placeholder .available-gift-item .product-name .checkbox-selector.active::before{content:"";display:inline-block;background:url("data:image/svg+xml,%0A%3Csvg width='64' height='32' viewBox='0 0 64 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='63' height='31' rx='3.5' fill='%23EEEEEE' stroke='%23EEEEEE'/%3E%3Cpath d='M38 13L44 19L50 13' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.4092 21H16.3018V13.918C16.3018 13.6491 16.3018 13.4189 16.3018 13.2275C16.3063 13.0316 16.3109 12.8538 16.3154 12.6943C16.3245 12.5303 16.3359 12.3639 16.3496 12.1953C16.2083 12.3411 16.0762 12.4665 15.9531 12.5713C15.8301 12.6715 15.6774 12.7969 15.4951 12.9473L14.3535 13.8633L13.7588 13.0908L16.4658 11.0059H17.4092V21Z' fill='%23606060'/%3E%3C/svg%3E%0A") no-repeat center;background-size:contain;width:64px;height:39px}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{padding-left:0 !important;margin-left:10px}}.PaymentCardCVVHelp{margin:-71px -41px -72px 250px !important}@media screen and (max-width: 991px){.PaymentCardCVVHelp{margin:-148px -41px -72px 133px !important}}#payment-data.span12 .accordion-heading::before{content:url(/arquivos/ambiente-seguro.png);position:absolute;right:0px;top:0px}#payment-data.span12 .box-payment-option{padding-top:0px !important}#payment-data.span12 .accordion-heading::after{content:"Escolha a sua forma de pagamento para finalizar sua compra";font-size:12px;font-weight:400;color:#606060}.custom-cart-template-wrap #shipping-preview-container{display:none !important}.payment-paypal-title{display:none}.orderform-template .cart-template.mini-cart .item .description{display:flex;flex-direction:column;align-items:flex-end;margin-top:auto;justify-content:space-between}.orderform-template .cart-template.mini-cart .item .description.has-list-price.item-price-on .item-price{display:block;text-decoration:line-through;color:#606060;font-size:12px;font-weight:400;margin-left:auto;margin-right:5px}.orderform-template .cart-template.mini-cart .item .description.has-list-price.item-price-subtotal-on .item-price-subtotal{display:block;text-decoration:line-through;color:#606060;font-size:12px;font-weight:400;margin-left:auto;margin-right:5px}#vtex-callcenter__toolbar{display:none}.srp-delivery-header{position:relative}.srp-delivery-header .srp-items{font-weight:500 !important}.srp-delivery-header .srp-items strong{font-weight:500 !important}.srp-delivery-header>span{font-size:14px !important}.srp-delivery-header .srp-shipping-current-single__type{margin:0}#deliver-at-text .srp-address-title{font-size:14px;font-weight:500;color:rgba(0,0,0,.7)}#deliver-at-text .srp-address-title::before{content:"";display:inline-block;background:url(https://maeztra--divvinoangeloniqa.myvtex.com/_v/private/assets/v1/linked/divvinoangeloniqa.minicart@2.63.5/public/react/998505ed714b37dba2b3e22dc7df22f6.svg) no-repeat center;background-size:contain;width:12px;height:12px;position:absolute;right:0px;top:2px}#app-container input,#app-container select{border:1px solid #ebe1dc !important}#app-container #creditCardpayment-card-0Year,#app-container #creditCardpayment-card-0Month{width:80px}#app-container .FormFieldLabel{font-weight:600;font-size:12px;color:#606060;line-height:30px}#app-container .AddressToggle strong{font-weight:400 !important}#app-container .payment-card-due-month,#app-container .payment-card-due-year{position:relative}#app-container .payment-card-due-month::before,#app-container .payment-card-due-year::before{content:url(https://divvinoangeloniqa.vtexassets.com/assets/vtex/assets-builder/divvinoangeloniqa.theme/0.1.41/svg/icon-angle-down___0d354e8â€¦.svg);background-color:#fff;position:absolute;right:5px;top:10px}#app-container .PaymentInstallments .select{position:relative}#app-container .PaymentInstallments .select::before{content:url(https://divvinoangeloniqa.vtexassets.com/assets/vtex/assets-builder/divvinoangeloniqa.theme/0.1.41/svg/icon-angle-down___0d354e8â€¦.svg);background-color:#fff;position:absolute;right:5px;bottom:10px}#app-container .PaymentInstallments .select select{max-width:initial !important}.ChangeNumberOfPayments a{font-size:0}.ChangeNumberOfPayments a::before{content:"Pagar com 2 cartões";text-decoration:underline;font-weight:400;font-size:12px;color:#353535}.accordion-group .ship-postalCode{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.accordion-group .ship-postalCode label{width:100%}.accordion-group .ship-postalCode input{max-width:140px !important}.accordion-group .ship-postalCode a{color:#606060;font-size:12px;font-weight:400;text-decoration:underline}.accordion-group .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-optionPrice{color:#5e0000;font-weight:700;font-size:12px}.vtex-shipping-preview-0-x-postalCodeForgotten{margin-top:0px}.summary-totalizers .Items{order:1}.summary-totalizers .Discounts{order:2}.srp-summary-result{order:3}.srp-summary-result .info{font-size:0 !important}.srp-summary-result .info::before{content:"Frete";color:#727273;font-size:12px;line-height:150% !important;font-weight:700;text-transform:uppercase}.MzCredits .info{font-size:14px !important}.summary-totalizers .totalizers-list{display:flex !important;flex-direction:column}.summary-totalizers .totalizers-list tr{margin:0;border-bottom:1px solid #ececee !important}.summary-totalizers tbody td{line-height:1}@media screen and (max-width: 991px){.v-custom-addLabels-active-flag{display:none}}.coupon-column.summary-coupon-wrap{margin:15px 0}@media(min-width: 991px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:initial !important}}.srp-postal-code__form{width:100%}.vtex-shipping-preview-0-x-pc .ship-postalCode{width:unset;flex:1;display:flex;flex-wrap:wrap}.label-vertical-group:hover::before{color:#9b6950 !important}.gift-card-select{border-radius:4px;border:1px solid #ebe1dc}.gift-card-select .label-vertical-group{border:0}@media screen and (max-width: 991px){.payment-data .gift-card-section{padding-left:0px !important}}.gift-card-section .gift-card-provider[data-bind="text: giftCardProviderGroup.caption"]{font-size:0 !important}.gift-card-section .gift-card-provider[data-bind="text: giftCardProviderGroup.caption"]::after{content:"Créditos ClubeD - Indique e Ganhe";font-size:12px}.gift-card-multiple-providers .row-fluid{display:flex}.gift-card-multiple-providers .payment-discounts-options,.gift-card-multiple-providers .gift-card-provider-options{display:flex;flex-wrap:wrap}.gift-card-multiple-providers .payment-discounts-options:last-child,.gift-card-multiple-providers .gift-card-provider-options:last-child{margin-right:8px}.gift-card-multiple-providers .payment-discounts-options:first-child,.gift-card-multiple-providers .gift-card-provider-options:first-child{margin-right:8px}.gift-card-multiple-providers label[data-i18n="paymentData.paymentGroup.giftCard.codeCard"]{font-size:12px !important}.orderform-template-holder #payment-data p.payment-discounts-options{flex:1;display:flex;flex-wrap:wrap;justify-content:flex-start}.orderform-template-holder #payment-data p.payment-discounts-options label{display:block;width:100%;line-height:30px}.orderform-template-holder #payment-data p.payment-discounts-options input{margin:0;border:1px solid #ebe1dc !important;max-width:200px !important}.orderform-template-holder #payment-data p.payment-discounts-options #btn-add-gift-card{margin-left:16px}.orderform-template-holder #payment-data p.gift-card-provider-options{width:calc(60% - 8px)}.orderform-template-holder #payment-data p.gift-card-provider-options label{display:block;width:100%;line-height:30px}.orderform-template-holder #payment-data p.gift-card-provider-options select{flex:1;margin:0;border:1px solid #ebe1dc !important}.orderform-template-holder #payment-data p.gift-card-provider-options #btn-add-gift-card{margin-left:16px}.edit-partial input{border-color:#ebe1dc !important}.step{border:1px solid #ebe1dc !important;border-radius:4px !important;padding:18px 16px !important}@media screen and (max-width: 991px){.step{width:calc(100% - 32px) !important}}.step.active .shipping-data .address-summary{border:1px solid #ebe1dc !important}.step.client-profile-data .accordion-toggle,.step.shipping-data .accordion-toggle{display:flex}.step.client-profile-data .accordion-toggle .icon-user,.step.shipping-data .accordion-toggle .icon-user{width:0;display:block !important}.step.client-profile-data .accordion-toggle .icon-user::before,.step.shipping-data .accordion-toggle .icon-user::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M7.93575 7.74961C8.67398 7.74961 9.39564 7.52969 10.0095 7.11766C10.6233 6.70562 11.1017 6.11998 11.3842 5.43479C11.6667 4.7496 11.7406 3.99565 11.5966 3.26826C11.4526 2.54087 11.0971 1.87271 10.5751 1.34829C10.0531 0.823872 9.38799 0.466739 8.66394 0.322052C7.93988 0.177365 7.18938 0.251627 6.50734 0.535441C5.8253 0.819254 5.24234 1.29988 4.8322 1.91653C4.42206 2.53318 4.20314 3.25816 4.20314 3.9998C4.20314 4.99432 4.59641 5.94809 5.2964 6.65132C5.9964 7.35454 6.9458 7.74961 7.93575 7.74961ZM7.93575 1.83646C8.36038 1.83646 8.77546 1.96295 9.12852 2.19995C9.48159 2.43695 9.75678 2.77381 9.91928 3.16792C10.0818 3.56204 10.1243 3.99571 10.0414 4.4141C9.9586 4.83249 9.75413 5.2168 9.45387 5.51845C9.15361 5.82009 8.77106 6.02551 8.3546 6.10873C7.93813 6.19195 7.50645 6.14924 7.11414 5.98599C6.72183 5.82275 6.38652 5.54629 6.15061 5.1916C5.91469 4.83691 5.78878 4.4199 5.78878 3.99332C5.79011 3.42209 6.01688 2.87471 6.41934 2.4712C6.82181 2.06768 7.36714 1.84098 7.93575 1.84079V1.83646Z' fill='%235E0000'/%3E%3Cpath d='M13.6545 12.3056C13.0105 11.4031 12.1617 10.6678 11.1784 10.1605C10.1951 9.65324 9.10569 9.38865 8.00034 9.38865C6.895 9.38865 5.80555 9.65324 4.82228 10.1605C3.839 10.6678 2.9902 11.4031 2.34618 12.3056C1.26704 14.0633 0.634512 16.0605 0.504288 18.1214C0.48249 18.3308 0.544395 18.5404 0.676385 18.704C0.808375 18.8675 0.999637 18.9717 1.2081 18.9936C1.41656 19.0155 1.62514 18.9533 1.78796 18.8207C1.95077 18.6881 2.05449 18.496 2.07629 18.2866C2.57516 13.4371 4.56923 10.9802 8.00034 10.9802C11.4315 10.9802 13.4255 13.4371 13.9244 18.2866C13.9449 18.4818 14.0365 18.6626 14.1816 18.7943C14.3266 18.9259 14.5149 18.9991 14.7104 18.9997C14.7378 19.0007 14.7652 18.9988 14.7922 18.994C14.8954 18.9832 14.9955 18.9521 15.0867 18.9024C15.1779 18.8527 15.2585 18.7855 15.3238 18.7045C15.3891 18.6235 15.4379 18.5304 15.4674 18.4305C15.4969 18.3306 15.5065 18.2258 15.4957 18.1221C15.3667 16.0608 14.7344 14.0632 13.6545 12.3056Z' fill='%235E0000'/%3E%3Cpath d='M10.0576 17.0859H5.75074C5.56036 17.0859 5.37779 17.0099 5.24317 16.8747C5.10856 16.7395 5.03293 16.556 5.03293 16.3648C5.03293 16.1735 5.10856 15.9901 5.24317 15.8549C5.37779 15.7196 5.56036 15.6437 5.75074 15.6437H10.0576C10.248 15.6437 10.4305 15.7196 10.5651 15.8549C10.6998 15.9901 10.7754 16.1735 10.7754 16.3648C10.7754 16.556 10.6998 16.7395 10.5651 16.8747C10.4305 17.0099 10.248 17.0859 10.0576 17.0859Z' fill='%235E0000'/%3E%3C/svg%3E")}.step.client-profile-data .accordion-toggle .icon-home,.step.shipping-data .accordion-toggle .icon-home{width:0;display:block !important;margin-right:38px}.step.client-profile-data .accordion-toggle .icon-home::before,.step.shipping-data .accordion-toggle .icon-home::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M1 1V0.25C0.585786 0.25 0.25 0.585786 0.25 1L1 1ZM16 1H16.75C16.75 0.585786 16.4142 0.25 16 0.25V1ZM1 14H0.25C0.25 14.4142 0.585786 14.75 1 14.75L1 14ZM16 6V5.25C15.5858 5.25 15.25 5.58579 15.25 6H16ZM20 6L20.5303 5.46967C20.3897 5.32902 20.1989 5.25 20 5.25V6ZM23 9H23.75C23.75 8.80109 23.671 8.61032 23.5303 8.46967L23 9ZM23 14V14.75C23.4142 14.75 23.75 14.4142 23.75 14H23ZM1 1.75H16V0.25H1V1.75ZM15.25 1V14H16.75V1H15.25ZM16 13.25H1V14.75H16V13.25ZM1.75 14V1H0.25V14H1.75ZM16 6.75H20V5.25H16V6.75ZM19.4697 6.53033L22.4697 9.53033L23.5303 8.46967L20.5303 5.46967L19.4697 6.53033ZM22.25 9V14H23.75V9H22.25ZM23 13.25H16V14.75H23V13.25ZM16.75 14V6H15.25V14H16.75ZM7.25 16.5C7.25 17.4665 6.4665 18.25 5.5 18.25V19.75C7.29492 19.75 8.75 18.2949 8.75 16.5H7.25ZM5.5 18.25C4.5335 18.25 3.75 17.4665 3.75 16.5H2.25C2.25 18.2949 3.70507 19.75 5.5 19.75V18.25ZM3.75 16.5C3.75 15.5335 4.5335 14.75 5.5 14.75V13.25C3.70507 13.25 2.25 14.7051 2.25 16.5H3.75ZM5.5 14.75C6.4665 14.75 7.25 15.5335 7.25 16.5H8.75C8.75 14.7051 7.29493 13.25 5.5 13.25V14.75ZM20.25 16.5C20.25 17.4665 19.4665 18.25 18.5 18.25V19.75C20.2949 19.75 21.75 18.2949 21.75 16.5H20.25ZM18.5 18.25C17.5335 18.25 16.75 17.4665 16.75 16.5H15.25C15.25 18.2949 16.7051 19.75 18.5 19.75V18.25ZM16.75 16.5C16.75 15.5335 17.5335 14.75 18.5 14.75V13.25C16.7051 13.25 15.25 14.7051 15.25 16.5H16.75ZM18.5 14.75C19.4665 14.75 20.25 15.5335 20.25 16.5H21.75C21.75 14.7051 20.2949 13.25 18.5 13.25V14.75Z' fill='%235E0000'/%3E%3C/svg%3E")}.step.client-profile-data .accordion-toggle>span,.step.shipping-data .accordion-toggle>span{font-size:16px;color:#5e0000;font-weight:600;margin-left:32px}.step.client-profile-data .accordion-toggle>span::before,.step.shipping-data .accordion-toggle>span::before{display:none}.step.client-profile-data .accordion-toggle::before,.step.shipping-data .accordion-toggle::before{display:none}.step.client-profile-data .shipping-container,.step.shipping-data .shipping-container{padding:0 !important}.step.client-profile-data .shipping-container .box-step,.step.shipping-data .shipping-container .box-step{display:flex;flex-direction:column}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-addressFormPart1,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-addressFormPart1{order:2}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup{order:3;margin-top:0;margin-bottom:12px}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle{font-size:12px;color:#606060;font-weight:600}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-addressForm,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-addressForm{order:4;margin-bottom:16px}.step.client-profile-data .shp-summary-group-info.vtex-omnishipping-1-x-SummaryItemInfo,.step.shipping-data .shp-summary-group-info.vtex-omnishipping-1-x-SummaryItemInfo{color:#606060}.step.client-profile-data .form-step.box-info,.step.shipping-data .form-step.box-info{color:#606060}.step.client-profile-data .shp-summary-group-price,.step.shipping-data .shp-summary-group-price{color:#5e0000;font-weight:700;font-size:14px}.step.client-profile-data .client-notice,.step.shipping-data .client-notice{font-size:12px;color:#606060;font-weight:400}.step.client-profile-data .link-box-edit,.step.shipping-data .link-box-edit{color:#5e0000 !important;opacity:1}.step.client-profile-data .delivery-address-title,.step.shipping-data .delivery-address-title{font-size:12px;color:#606060 !important;font-weight:600;margin-bottom:0 !important}.step.client-profile-data .client-profile-email,.step.shipping-data .client-profile-email{margin-bottom:0}.step.client-profile-data .client-profile-email .link-logout-container,.step.shipping-data .client-profile-email .link-logout-container{display:inline-block !important}.step.client-profile-data .link-change-shipping,.step.shipping-data .link-change-shipping{border:1px solid #9b6950 !important;border-radius:4px;height:40px;text-transform:uppercase;font-size:14px;font-weight:600;padding:0;display:flex;align-items:center;justify-content:center}.step.client-profile-data .input,.step.shipping-data .input{width:100% !important}.step.client-profile-data .input label,.step.shipping-data .input label{font-size:12px;color:#606060 !important;font-weight:600;margin-bottom:0 !important}.step.client-profile-data .input .input-small,.step.client-profile-data .input .input-xlarge,.step.client-profile-data .input .input-mini,.step.client-profile-data .input .input-large,.step.shipping-data .input .input-small,.step.shipping-data .input .input-xlarge,.step.shipping-data .input .input-mini,.step.shipping-data .input .input-large{border:1px solid #ebe1dc !important;height:40px;border-radius:4px;font-size:12px;color:#606060;font-weight:400}.step.client-profile-data .input .input-small.error,.step.client-profile-data .input .input-xlarge.error,.step.client-profile-data .input .input-mini.error,.step.client-profile-data .input .input-large.error,.step.shipping-data .input .input-small.error,.step.shipping-data .input .input-xlarge.error,.step.shipping-data .input .input-mini.error,.step.shipping-data .input .input-large.error{border-color:#5e0000 !important}.step.client-profile-data .newsletter,.step.shipping-data .newsletter{font-size:12px;color:#606060;font-weight:400}.step.client-profile-data .box-client-info-pj,.step.shipping-data .box-client-info-pj{padding-top:0 !important}.step.client-profile-data .box-client-info-pj .link>a,.step.shipping-data .box-client-info-pj .link>a{font-size:12px;color:#606060;font-weight:400;text-decoration:underline}.step.client-profile-data .submit .btn.btn-large,.step.client-profile-data .btn-go-to-payment-wrapper .btn.btn-large,.step.shipping-data .submit .btn.btn-large,.step.shipping-data .btn-go-to-payment-wrapper .btn.btn-large{min-width:100%;font-size:14px;color:#fefefe;font-weight:600;text-transform:uppercase;padding:10px}.step.client-profile-data .form-step,.step.shipping-data .form-step{padding-top:6px !important}.step .accordion-heading .accordion-toggle{display:flex;font-size:16px !important;color:#5e0000 !important;font-weight:600 !important}.orderform-template-holder #shipping-data .accordion-inner{padding:0 !important}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30' viewBox='0 0 26 30' fill='none'%3E%3Cpath d='M9 28.3334V15.0001H17V28.3334M1 11.0001L13 1.66675L25 11.0001V25.6667C25 26.374 24.719 27.0523 24.219 27.5524C23.7189 28.0525 23.0406 28.3334 22.3333 28.3334H3.66667C2.95942 28.3334 2.28115 28.0525 1.78105 27.5524C1.28095 27.0523 1 26.374 1 25.6667V11.0001Z' stroke='%235E0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;background-position:10px 16px !important;background-repeat:no-repeat !important;border:1px solid #cbcbcb}#payment-data .accordion-toggle .icon-credit-card{width:0;display:block !important;margin-right:38px}#payment-data .accordion-toggle .icon-credit-card::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M1 6.99976H23M3 0.999756H21C22.1046 0.999756 23 1.89519 23 2.99976V14.9998C23 16.1043 22.1046 16.9998 21 16.9998H3C1.89543 16.9998 1 16.1043 1 14.9998V2.99976C1 1.89519 1.89543 0.999756 3 0.999756Z' stroke='%235E0000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}#payment-data .accordion-toggle span::before{display:none}#payment-data form.form-step.box-new.row-fluid{display:flex;flex-wrap:wrap}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%;max-width:172px}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}#payment-data form.form-step.box-new.row-fluid .link-gift-card{border:0;display:block !important;order:3}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%;order:1}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item{border-radius:4px;background-color:#e9e9e9;border:0;width:100%}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item .payment-group-item-label{font-size:0 !important}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item .payment-group-item-text,#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item .payment-group-item-type{font-size:12px !important;color:#353535 !important;font-weight:600 !important;text-transform:uppercase}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active{background-color:#606060}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active .payment-group-item-text,#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active .payment-group-item-type{color:#fefefe !important}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active::after,#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active::before{display:none}#payment-data form.form-step.box-new.row-fluid .steps-view{padding:16px;box-sizing:border-box;flex:1;order:2}.orderform-template-holder>.row-fluid{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, auto);grid-column-gap:2.5vw;grid-row-gap:10px}@media(min-width: 1300px){.orderform-template-holder>.row-fluid{grid-column-gap:3.5vw}}@media screen and (max-width: 991px){.orderform-template-holder>.row-fluid{display:flex;flex-direction:column;gap:20px}}.orderform-template-holder>.row-fluid #shipping-data,.orderform-template-holder>.row-fluid #payment-data,.orderform-template-holder>.row-fluid #client-profile-data{padding:0 !important}.orderform-template-holder>.row-fluid #shipping-data{grid-area:1/2/2/3}@media(max-width: 991px){.orderform-template-holder>.row-fluid #shipping-data{margin:0 !important}}.orderform-template-holder>.row-fluid #payment-data{grid-area:2/2}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data{transform:translateY(-20px)}}.orderform-template-holder>.row-fluid #payment-data .payment-edit-link{display:none !important}.orderform-template-holder>.row-fluid #payment-data.span12{grid-area:3/1/3/3}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data.span12{transform:translateY(0px)}}.orderform-template-holder>.row-fluid #client-profile-data{grid-area:1/1/span 5/span 1;position:relative}.orderform-template-holder .payment-group-item-cards{position:static !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification{display:block}.iframe-credit-card-payment-group{padding-bottom:20px}.iframe-credit-card-payment-group .PaymentCardDueDate .payment-card-lash{margin:9px 9px;font-size:19px;color:#606060}.iframe-credit-card-payment-group p.PaymentCardCVV{position:relative}.iframe-credit-card-payment-group p.PaymentCardCVV span.help{display:block !important}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp{display:block}@media only screen and (max-width: 991px){.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp{display:flex;background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none;position:static;width:100%;left:0;font-size:0;padding:0;margin:0 !important;height:auto !important}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp::after{content:"Três últimos números atrás do seu cartão.";font-size:13px;color:#dd4b39;display:flex;margin-top:8px}}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp span.help{display:block !important}.payment-paypal-postscript{display:none}.payment-paypal-help{display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px;border:1px solid #ebe1dc;border-radius:4px}.payment-paypal-help:after{content:"Faça como mais de 188 milhões de pessoas, pague com Paypal usando seu cartão de crédito em milhares de sites no Brasil e no exterior.\a\aSelecione Paypal como forma de pagamento e crie sua conta, é  grátis.\a\aSujeito ao cumprimento dos requisitos do Programa de Proteção ao Comprador. Consulte em www.paypal.com.br\a\a*O parcelamento de até 6x sem juros se aplica quando o valor mÃínimo de compra for R$ 180,00.";display:flex;width:100%;text-align:start;white-space:pre-wrap;line-height:19px;margin-top:14px;color:#606060;font-weight:400;font-size:12px}.payment-paypal-help span.payment-paypal-help-text{display:inline-block;width:fit-content;padding-right:3px;color:#606060;font-weight:700;font-size:14px}.payment-paypal-help span.payment-paypal-help-number{display:flex;flex:1;color:#606060;font-weight:700;font-size:14px;min-width:100px}.paypalTotal{margin-top:-16px}.paypalTotal>span{display:block;font-size:14px;font-weight:400;font-family:"Open Sans",sans-serif;color:#353535;margin-bottom:16px}.paypalTotal .paypalTotal__container{display:flex;gap:12px;margin-bottom:16px}.paypalTotal .paypalTotal__container .paypalTotal--total{font-size:14px;font-weight:400;font-family:"Open Sans",sans-serif}.payment-paypal-subtitle{border:none;text-align:start;font-size:14px;font-weight:400;color:#353535;margin-bottom:0}ul.payment-paypal-benefits li{display:none !important}ul.payment-paypal-benefits:before{content:"";display:inline-block;margin:0 !important;padding:0 !important;background:url(https://divvinoangeloniqa.vtexassets.com/assets/vtex/assets-builder/divvinoangeloniqa.theme/0.1.41/images/checkout-paypal-info___5d15084â€¦.png) no-repeat left;background-size:contain;max-width:334px;min-width:300px;width:100%;height:258px}@media(max-width: 991px){ul.payment-paypal-benefits:before{margin-bottom:54%}}@media(max-width: 991px){.orderform-template-holder #client-profile-data .step.client-profile-data{margin-bottom:0 !important}}.vtex-omnishipping-1-x-leanShippingTextLabelSingle .vtex-omnishipping-1-x-leanShippingTextLabelSingle__type{margin-bottom:1px !important}.client-pre-email[style="display: none;"] #client-pre-email{position:relative !important}@media(min-width: 991px){.orderform-template .orderform-template-holder{padding-right:0}}@media(max-width: 768px){.orderform-template-holder #payment-data .steps-view iframe{margin:0 auto}}#app-container .PaymentInstallments label{display:none}#app-container .PaymentInstallments select{margin-top:11px !important}.orderform-template-holder .step .form-step fieldset.box-payment-paypal{min-width:unset}.input-prepend .add-on{height:40px !important;width:28px}.payment-unauthorized-modal{background:#9b6950 !important}.link-box-edit{color:#5e0000 !important;opacity:1}.orderform-template-holder #payment-data .payment-discounts p.payment-discounts-options label{white-space:nowrap}.cart-template.mini-cart .custom-cart-template-wrap>h2{font-size:0 !important}.cart-template.mini-cart .custom-cart-template-wrap>h2::after{content:"Meu pedido";font-size:16px;color:#5e0000;font-weight:600}.summary-template-holder tbody{display:block;border:0;padding:8px 0}.summary-template-holder tfoot{padding:0 8px;display:block}.summary-template-holder tfoot tr td{color:#5e0000;padding:4px 0 !important;font-size:16px !important;font-weight:bold}.summary-template-holder tfoot tr td.info{text-transform:uppercase;font-family:"Open Sans",sans-serif}.note.summary-note{margin-top:10px;display:block !important}#cart-note-cart{resize:none}.cart-note-cart-label{font-size:12px;color:#606060;font-weight:600;margin-top:8px}.note-textarea-cart{border-color:#ebe1dc;height:40px;width:calc(100% - 14px);line-height:38px}.summary-note{display:block !important;width:100%}.summary-note .note-label{margin-bottom:0}.summary-note .note-label label{font-size:0;color:#606060;font-weight:600}.summary-note .note-label label::after{content:" " !important;font-size:12px;font-weight:600}.summary-note .note-textarea{resize:none;border-color:#ebe1dc;height:40px;line-height:12px;width:100%;box-sizing:border-box;display:none}.summary-note .note-textarea::placeholder{font-size:12px;color:#606060;font-weight:400}.orderform-template .cart-template.mini-cart .summary-template-holder input[type=text]{height:40px !important}#client-profile-data{display:flex !important;flex-direction:column !important;margin-bottom:0 !important;margin-top:0px !important}#client-profile-data #client-pre-email{font-size:16px;padding-left:15px !important}#client-profile-data .client-pre-email{border:1px solid #ebe1dc !important;height:auto !important;border-radius:4px !important;padding:18px 16px !important}#client-profile-data .client-pre-email span[data-i18n="clientProfileData.preemail"]{padding-top:0 !important}#client-profile-data .client-pre-email span[data-i18n="clientProfileData.preemail"]::before{background-color:rgba(0,0,0,0) !important;border:none !important;content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG2SURBVHgB7VXLVcMwEJyYkLNLcDoIHSQdhBsXsKiApIKQCmwqwEDg+QZUQKiAdIBL8OPIz8xaUp4f5OMYn/IyF0mWtLO7mvUCO1REw04U4GXAGacu6kFK4xcRkMyJFEm+gZcaSSwSB+hFHJuyYiQjIeE4JXOEGkBbfdrqfwEBl4eWqCMjNzx68ByZcKtC6WdQmbaZ23bMnk1ZnsJjYICKkLtigyTd4nenuODmg5DSi8AHLhWJURI86/LOfUOnyjW2FhO16A0PnHKaSOj07OkE8EuQdE0UfS5TvovaA4ZLiQQ3FMM7lSLCgI4oIlOgFihSvtGRUByCfpcp7x7cAle/z/4hEsSMiIQ9GjiXdWbyrgqp5LxjSkJqL+V8IHfiJUJqYgUmwPiI3rWMxzT2ygjGmTYcmGOzT6b7juMqWw7WQDy8Bto2OmJkHlwiDd8YxTqSUkQWEh3JetCpEbF0maohpZWWud/EBphogbQpLbcsgUXpiIrYlKQyURVsBZEt8DzNuRgo1xlV5LGqQwU8ogbwN+RLs8uM9PPGx6L0bFGiXqTyS5JanLdyIduvuZV/sJXH/+xtO+AHhxiGaCrX2D4AAAAASUVORK5CYII=");margin-right:8px}#client-profile-data .client-pre-email span[data-i18n="clientProfileData.preemail"]::after{content:"E-mail";font-size:16px;font-weight:600;color:#5e0000}#client-profile-data .client-pre-email .help.error{position:absolute}#client-profile-data #btn-client-pre-email{height:48px;line-height:1;font-size:11px;font-weight:600;text-transform:uppercase}#client-profile-data .client-pre-email .client-email.input.text .btn-success{top:165px;bottom:initial;width:calc(100% - 34px)}#client-profile-data .emailInfo{margin-top:100px;width:100%}@media(min-width: 991px){#client-profile-data .emailInfo{max-width:333px}}.payment-confirmation-wrap .icon-lock{display:none}.link.link-gift-card+.gift-card-section{margin-bottom:16px !important;order:3}.corporate-info-box[style="display: block;"] .client-company-document{order:5;margin-bottom:23px}#app-container>div>div>div>p.PaymentCardCVV{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:repeat(3, 1fr);grid-template-rows:minmax(0px, auto) minmax(0, auto) minmax(0, auto)}#app-container>div>div>div>p.PaymentCardCVV .FormFieldLabel{width:124px;margin:0;grid-row:1/2;grid-column:1/2}#app-container>div>div>div>p.PaymentCardCVV .input-mini{grid-row:2/3;grid-column:1/1;width:114px !important}#app-container>div>div>div>p.PaymentCardCVV span.PaymentCardCVVHelp{height:0 !important}#app-container>div>div>div>p.PaymentCardCVV span.PaymentCardCVVHelp::after{grid-row:2/3;grid-column:1/2;content:url(/arquivos/cvv-card-icon.png) !important;width:30px !important;height:30px !important;z-index:9999;margin-right:40px;margin-top:30px !important;background-repeat:no-repeat !important}#app-container>div>div>div>p.PaymentCardCVV .help.error{grid-row:3/4;grid-column:1/2;margin-top:10px !important}.corporate-info-box{flex-direction:column}.corporate-info-box.active{display:flex !important}.corporate-info-box .client-company-name{order:0}.corporate-info-box .client-company-nickname{order:1}.corporate-info-box .client-company-document{order:2}.corporate-info-box .client-company-ie{order:3}.corporate-info-box .state-inscription-box{order:4;margin-top:1rem}div#vtexIdUI-main-content .vtexid-icon-lock{display:none}div#vtexIdContainer .vtexIdUI{max-height:302px;height:100%;box-shadow:none;background:#fefefe}.vtexIdUI-providers-list{display:flex;flex-direction:column}div#vtexIdUI-auth-selector .modal-header{background-color:#fefefe;border:none;padding-bottom:0;padding-top:20px}div#vtexIdUI-auth-selector .modal-header .vtexIdUI-close{background:#fefefe;color:#ccc}div#vtexIdUI-auth-selector .modal-header .vtexIdUI-user{display:none}div#vtexIdUI-auth-selector .modal-header h4.vtexIdUI-heading{text-align:center;font-weight:400;line-height:25px;color:#353535;margin:0}div#vtexIdUI-auth-selector .modal-header h4.vtexIdUI-heading span{font-size:0}div#vtexIdUI-auth-selector .modal-header h4.vtexIdUI-heading span::before{font-size:18px;content:"Escolha uma opção para entrar"}button#loginWithAccessKeyBtn .vtexid-icon-mail{display:none}button#loginWithAccessKeyBtn,button#loginWithUserAndPasswordBtn{background:#9b6950}button#loginWithAccessKeyBtn:hover,button#loginWithUserAndPasswordBtn:hover{background:#bc9079;border:1px solid #bc9079}button#loginWithAccessKeyBtn span,button#loginWithUserAndPasswordBtn span{font-weight:600;color:#fff;font-size:0px;text-shadow:none}button#loginWithAccessKeyBtn span::before{content:"RECEBER CÓDIGO POR E-MAIL";font-size:14px}button#loginWithUserAndPasswordBtn span{content:"ENTRAR COM E-MAIL E SENHA";font-size:14px;text-transform:uppercase}ul.vtexIdUI-providers-list li:nth-child(2){order:3}ul.vtexIdUI-providers-list li:nth-child(3){order:4}i.vtexid-icon-facebook,i.vtexid-icon-google-plus{opacity:1 !important;position:inherit !important;top:0 !important;right:0 !important;font-size:0 !important}i.vtexid-icon-google-plus::after{content:url(/arquivos/google__login.png)}i.vtexid-icon-facebook::after{content:url(/arquivos/facebook__login.png)}.vtexid-icon-facebook::before,.vtexid-icon-google-plus:before{display:none}button#vtexIdUI-facebook,button#vtexIdUI-google-plus{padding:0px 10px !important;display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:center;background:#fefefe !important;border:1px solid #9b6950 !important}button#vtexIdUI-facebook p,button#vtexIdUI-google-plus p{font-weight:600;font-size:14px;color:#9b6950;text-transform:uppercase}#vtexIdContainer .modal-body ul.vtexIdUI-providers-list>li>#vtexIdUI-facebook{background:#fefefe !important}input[type=checkbox]{position:relative;width:16px;height:16px;background:#eee;margin-right:8px;margin-bottom:2px;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]::before{content:"";border:1px solid #9b6950;position:absolute;top:-2px;left:0;background-color:#fefefe;width:15px;height:15px}input[type=checkbox]:checked::after{content:"";width:11px;height:11px;position:absolute;top:1.2px;left:3.2px;background-color:#9b6950}.mz-exchange-voucher{cursor:pointer;text-decoration:underline;color:#2f2f2f;font-weight:400;font-size:12px;margin-top:.5rem}.gift-card-section{display:none}.gift-card-section.active{display:block}#show-gift-card-group{display:none !important}.box-client-info-pf p:has(>span.error){margin-bottom:25px}.box-client-info-pj p:has(>span.error){margin-bottom:25px}.orderform-template-holder>.row-fluid #client-profile-data.span6 .client-profile-data.filled{position:static;top:0;width:100%}.note.summary-note.modify{display:none !important}.quantity-changed-background{background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;top:0;z-index:1000}.quantity-changed-modal{background:#fefefe;border-radius:2px;width:100%;height:100%;max-width:500px;max-height:290px;position:fixed;top:50vh;left:50vw;transform:translate(-50%, -50%);padding:24px;overflow-y:auto}@media(max-width: 617px){.quantity-changed-modal{max-width:calc(80vw - 20px);max-height:fit-content}}.quantity-changed-title{color:#5e0000;font-weight:600;font-size:20px;text-align:center;margin-top:0;margin-bottom:10px;display:flex;justify-content:center;flex-wrap:wrap;padding-right:10px}.quantity-changed-message{color:#606060;font-size:14px;font-weight:400;text-align:center;line-height:22px;margin-top:0;margin-bottom:10px}.quantity-changed-list{display:flex;flex-direction:column;height:120px;padding-top:15px;padding-bottom:15px;margin-bottom:10px;overflow-y:auto;overflow-x:hidden}.quantity-changed-list.one-item{justify-content:center}.quantity-changed-item{display:flex;align-items:center;margin-bottom:10px;padding-left:20px}.quantity-changed-item img{width:50px;height:50px;margin-right:16px}.quantity-changed-name{flex:1;color:#606060;font-size:14px;font-weight:400;line-height:22px;margin:0}.quantity-changed-info{flex:1;color:#606060;font-size:14px;font-weight:400;line-height:22px;margin:0}.quantity-changed-old{margin:0;padding-left:70px;text-decoration:line-through}.quantity-changed-new{margin:0;padding-left:70px;font-weight:bold}.quantity-changed-contact{text-align:center;margin-top:0;margin-bottom:12px;display:none}.limite-number{color:#5e0000;font-size:24px;font-weight:600;text-align:center;margin-top:0;margin-bottom:8px}.limite-subtext{color:#606060;font-size:14px;font-weight:400;text-align:center;margin-top:0;margin-bottom:3px}.cta-redirect{display:block;width:100%;text-align:center;cursor:pointer;color:#606060;font-size:14px;font-weight:400}.quantity-changed-button{cursor:pointer;background:#9b6950;padding:16px 32px;color:#fefefe;font-size:14px;font-weight:600;line-height:19px;text-align:center;width:fit-content;margin:auto;border-radius:4px}.quantity-exit-button{transform:translateY(-50%);background-color:#fff;color:#9b6950;padding:10px;border-radius:5px;position:absolute;right:0;margin-right:15px;font-weight:bold;font-size:large}.orderform-template-holder #payment-data #payment-group-customPrivate_401PaymentGroup{display:none}@media screen and (max-width: 991px){.step.accordion-group.shipping-data.vtex-omnishipping-1-x-shippingDataDev{margin-top:0 !important}}.sac-profile .item-quantity-change,.sac-profile .item-quantity-change+input{display:block !important}.sac-profile .item-quantity-change{display:flex !important;justify-content:center;align-items:center}.custom-fixed-button{display:none}@media screen and (max-width: 768px){.cart-template.full-cart,.row-fluid.orderform-template{padding-bottom:32px !important}.summary-totalizers .totalizers-list{padding-top:0 !important}.totalizers .accordion-group{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;padding:0px 20px 10px !important;z-index:999999;border-top:1px solid #ebe1dc !important;background:#fff;border-radius:0;box-sizing:border-box}.totalizers .accordion-group.unfixed{position:static}.cart-template.full-cart .row-fluid.summary{min-height:325.5px}.cart-fixed.cart-fixed-transition .summary-totalizers.cart-totalizers{min-height:173.5px}.custom-fixed-button{display:inline-block;width:100%;font-size:14px;text-transform:uppercase;font-weight:600;color:#fff;background:#74b82f !important;border:1px solid #74b82f !important;padding:17px 19px;margin-top:10px}.custom-fixed-button:disabled{background:#ccc;border:1px solid #ccc}.btn-place-order-wrapper{display:none}.payment-confirmation-wrap{display:none !important}.cart-template.full-cart .summary-template-holder .fretegratis-container{display:none}}.cart-template.full-cart .summary-template-holder .summary::before{content:"Possui um cupom?";font-weight:700;font-size:16px;line-height:16px;color:#5e0000;margin:5px 0}@media screen and (min-width: 769px){.cart-template.full-cart .summary-template-holder .summary::before{content:"Resumo da compra"}.cart-template.full-cart>.fretegratis-container{display:none}.cart-template.full-cart .summary-template-holder .fretegratis-container{display:block}}.freeShippingBarContainer{width:100%;margin:0 auto 16px;display:flex !important;flex-direction:column-reverse;border:1px solid #ebe1dc;z-index:2;border-radius:4px;padding:16px;height:auto;box-sizing:border-box;max-width:initial}.freeShippingBarMessage{font-size:.75rem;color:#717171;align-self:center;font-weight:400;margin-bottom:.25rem;text-align:center}.freeShippingBarMessage--progress{margin-bottom:.25rem;color:#4f4f4f}.freeShippingBarMessage--achieved{font-weight:bold;color:#000}.freeShippingBarSliderContainer{border-radius:.3125rem;height:.625rem;margin:.625rem 0;background:#d1d1d1;border:none;overflow:hidden}.freeShippingBarSlider{background:#5e0000;border-radius:.3125rem;height:.625rem;transition:width 1s ease-in-out}.freeShippingBarText{text-align:start;font-weight:normal;font-size:.75rem;line-height:1.125rem;margin-bottom:0;min-height:1.5rem;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;color:#3d3d3d}.freeShippingBarText--achieved{font-size:.875rem}.freeShippingBarIcon{display:block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgcng9IjE3LjUiIHN0cm9rZT0iIzVFMDAwMCIvPgo8cGF0aCBkPSJNMjguMzE5OSAxOS40NTAyTDI3LjY5ODQgMTYuOTY0MkMyNy44NjgzIDE2LjkyODEgMjcuOTk1OCAxNi43Nzc0IDI3Ljk5NTggMTYuNTk2OFYxNi4xOTU5QzI3Ljk5NTggMTUuMzI1NyAyNy4yODc4IDE0LjYxNzcgMjYuNDE3NSAxNC42MTc3SDIzLjU4NjdWMTMuNzkwOUMyMy41ODY3IDEzLjM2MjcgMjMuMjM4MyAxMy4wMTQzIDIyLjgxIDEzLjAxNDNIMTcuNTQ2M0wyMC43NDUgMTEuNzM0OEMyMC44MzcxIDExLjY5NzUgMjAuOTEwNyAxMS42MjUyIDIwLjk0OTcgMTEuNTMzOEMyMC45ODg3IDExLjQ0MjMgMjAuOTg5OCAxMS4zMzkyIDIwLjk1MjkgMTEuMjQ2OUMyMC45MTYgMTEuMTU0NiAyMC44NDQgMTEuMDgwNyAyMC43NTI3IDExLjA0MTRDMjAuNjYxNSAxMS4wMDIgMjAuNTU4MyAxMS4wMDA0IDIwLjQ2NTkgMTEuMDM3TDE3Ljg0NjggMTIuMDg0NkMxOC42NDQ5IDExLjU3MjUgMTkuNDM0NSAxMS4wMDg5IDE5LjczNTEgMTAuNjE0OEMyMC4zMjAzIDkuODQ3NTMgMjAuMTcyMSA4Ljc0NzE4IDE5LjQwNDggOC4xNjE5NUMxOC42Mzc1IDcuNTc2NjcgMTcuNTM3MiA3LjcyNDkzIDE2Ljk1MTkgOC40OTIyM0MxNi41MjQzIDkuMDUyOTUgMTUuOTYwMSAxMC42Mjg1IDE1LjU5NSAxMS43Mzg3QzE1LjIyOTggMTAuNjI4NiAxNC42NjU2IDkuMDUyOTUgMTQuMjM4IDguNDkyMjNDMTMuNjUyOSA3LjcyNDkzIDEyLjU1MjUgNy41NzY3NiAxMS43ODUyIDguMTYxOTVDMTEuMDE3OSA4Ljc0NzE0IDEwLjg2OTcgOS44NDc0OCAxMS40NTQ5IDEwLjYxNDhDMTEuNzU1NSAxMS4wMDkgMTIuNTQ1MSAxMS41NzI1IDEzLjM0MzIgMTIuMDg0NkwxMC43MjQxIDExLjAzN0MxMC42NzgzIDExLjAxODYgMTAuNjI5MyAxMS4wMDk1IDEwLjU4IDExLjAxMDFDMTAuNTMwNiAxMS4wMTA3IDEwLjQ4MTkgMTEuMDIxIDEwLjQzNjUgMTEuMDQwNEMxMC4zOTExIDExLjA1OTkgMTAuMzUgMTEuMDg4MSAxMC4zMTU2IDExLjEyMzRDMTAuMjgxMSAxMS4xNTg3IDEwLjI1MzkgMTEuMjAwNSAxMC4yMzU2IDExLjI0NjNDMTAuMjE3MyAxMS4yOTIxIDEwLjIwODIgMTEuMzQxMSAxMC4yMDg4IDExLjM5MDVDMTAuMjA5NCAxMS40Mzk4IDEwLjIxOTcgMTEuNDg4NiAxMC4yMzkxIDExLjUzMzlDMTAuMjU4NiAxMS41NzkzIDEwLjI4NjcgMTEuNjIwNCAxMC4zMjIxIDExLjY1NDhDMTAuMzU3NCAxMS42ODkzIDEwLjM5OTEgMTEuNzE2NSAxMC40NDUgMTEuNzM0OEwxMy42NDM3IDEzLjAxNDNIOC4zNzk5NEM3Ljk1MTY5IDEzLjAxNDMgNy42MDMzMSAxMy4zNjI3IDcuNjAzMzEgMTMuNzkwOVYyMC42MDUxQzcuNjAzMzEgMjAuNzA0OCA3LjY0MjkxIDIwLjgwMDQgNy43MTMzOCAyMC44NzA5QzcuNzgzODYgMjAuOTQxNCA3Ljg3OTQ0IDIwLjk4MDkgNy45NzkxMSAyMC45ODA5QzguMDc4NzggMjAuOTgwOSA4LjE3NDM2IDIwLjk0MTQgOC4yNDQ4NCAyMC44NzA5QzguMzE1MzEgMjAuODAwNCA4LjM1NDkxIDIwLjcwNDggOC4zNTQ5MSAyMC42MDUxVjEzLjc5MDlDOC4zNTQ5MSAxMy43NzcxIDguMzY2MTEgMTMuNzY1OSA4LjM3OTk0IDEzLjc2NTlIMjIuODFDMjIuODIzOCAxMy43NjU5IDIyLjgzNSAxMy43NzcxIDIyLjgzNSAxMy43OTA5VjIwLjYwNTJDMjIuODM1IDIwLjcwNDkgMjIuODc0NiAyMC44MDA1IDIyLjk0NTEgMjAuODcxQzIzLjAxNTYgMjAuOTQxNCAyMy4xMTExIDIwLjk4MSAyMy4yMTA4IDIwLjk4MUMyMy4zMTA1IDIwLjk4MSAyMy40MDYxIDIwLjk0MTQgMjMuNDc2NSAyMC44NzFDMjMuNTQ3IDIwLjgwMDUgMjMuNTg2NiAyMC43MDQ5IDIzLjU4NjYgMjAuNjA1MlYyMC4xNzkySDI4LjAxOTRMMjguMDIwNiAyMC4xNzkzTDI4LjAyMTggMjAuMTc5M0MyOC41NjcyIDIwLjE3OTcgMjkuMDMwMyAyMC41Mzc3IDI5LjE4OTMgMjEuMDMxMUgyOC4wMjA4QzI3LjkyMTIgMjEuMDMxMSAyNy44MjU2IDIxLjA3MDYgMjcuNzU1MSAyMS4xNDExQzI3LjY4NDYgMjEuMjExNiAyNy42NDUgMjEuMzA3MiAyNy42NDUgMjEuNDA2OVYyMi4yMDg1QzI3LjY0NSAyMi44NTc4IDI4LjE3MzIgMjMuMzg2IDI4LjgyMjUgMjMuMzg2SDI5LjI0ODRWMjUuMDM5NEgyOC4yNjU4QzI3Ljk0MyAyNC4xMDc0IDI3LjA1NyAyMy40MzYgMjYuMDE2NyAyMy40MzZDMjQuOTc2MyAyMy40MzYgMjQuMDkwMiAyNC4xMDc0IDIzLjc2NzUgMjUuMDM5NEgyMy41ODY2VjIyLjIwODVDMjMuNTg2NiAyMi4xMDg4IDIzLjU0NyAyMi4wMTMyIDIzLjQ3NjUgMjEuOTQyN0MyMy40MDYgMjEuODcyMyAyMy4zMTA0IDIxLjgzMjcgMjMuMjEwOCAyMS44MzI3QzIzLjExMTEgMjEuODMyNyAyMy4wMTU1IDIxLjg3MjMgMjIuOTQ1IDIxLjk0MjdDMjIuODc0NiAyMi4wMTMyIDIyLjgzNSAyMi4xMDg4IDIyLjgzNSAyMi4yMDg1VjI1LjAzOTNIMTUuMDM4M0MxNC43MTU1IDI0LjEwNzQgMTMuODI5NSAyMy40MzYgMTIuNzg5MSAyMy40MzZDMTEuNzQ4OCAyMy40MzYgMTAuODYyNyAyNC4xMDczIDEwLjU0IDI1LjAzOTNIOC4zNzk5NEM4LjM3MzMgMjUuMDM5MyA4LjM2NjkzIDI1LjAzNjcgOC4zNjIyNCAyNS4wMzJDOC4zNTc1NCAyNS4wMjczIDguMzU0OTEgMjUuMDIwOSA4LjM1NDkxIDI1LjAxNDNWMjQuMTg3Nkg5Ljk4MzNDMTAuMDgzIDI0LjE4NzYgMTAuMTc4NSAyNC4xNDggMTAuMjQ5IDI0LjA3NzVDMTAuMzE5NSAyNC4wMDcgMTAuMzU5MSAyMy45MTE0IDEwLjM1OTEgMjMuODExOEMxMC4zNTkxIDIzLjcxMjEgMTAuMzE5NSAyMy42MTY1IDEwLjI0OSAyMy41NDZDMTAuMTc4NSAyMy40NzU2IDEwLjA4MyAyMy40MzYgOS45ODMzIDIzLjQzNkg2LjM3NThDNi4yNzYxMyAyMy40MzYgNi4xODA1NCAyMy40NzU2IDYuMTEwMDcgMjMuNTQ2QzYuMDM5NTkgMjMuNjE2NSA2IDIzLjcxMjEgNiAyMy44MTE4QzYgMjMuOTExNCA2LjAzOTU5IDI0LjAwNyA2LjExMDA3IDI0LjA3NzVDNi4xODA1NCAyNC4xNDggNi4yNzYxMyAyNC4xODc2IDYuMzc1OCAyNC4xODc2SDcuNjAzMzZWMjUuMDE0M0M3LjYwMzM2IDI1LjQ0MjYgNy45NTE3MyAyNS43OTA5IDguMzc5OTggMjUuNzkwOUgxMC40MDk5QzEwLjQwOTggMjUuNzk5MyAxMC40MDkyIDI1LjgwNzYgMTAuNDA5MiAyNS44MTZDMTAuNDA5MiAyNy4xMjgyIDExLjQ3NjkgMjguMTk1OSAxMi43ODkxIDI4LjE5NTlDMTQuMTAxNCAyOC4xOTU5IDE1LjE2OTEgMjcuMTI4MiAxNS4xNjkxIDI1LjgxNkMxNS4xNjkxIDI1LjgwNzUgMTUuMTY4NSAyNS43OTkzIDE1LjE2ODQgMjUuNzkwOUgyMy42MzczQzIzLjYzNzIgMjUuNzk5MyAyMy42MzY3IDI1LjgwNzYgMjMuNjM2NyAyNS44MTZDMjMuNjM2NyAyNy4xMjgyIDI0LjcwNDMgMjguMTk1OSAyNi4wMTY2IDI4LjE5NTlDMjcuMzI4OSAyOC4xOTU5IDI4LjM5NjUgMjcuMTI4MiAyOC4zOTY1IDI1LjgxNkMyOC4zOTY1IDI1LjgwNzUgMjguMzk2IDI1Ljc5OTMgMjguMzk1OSAyNS43OTA5SDI5LjYyNDJDMjkuNzIzOCAyNS43OTA5IDI5LjgxOTQgMjUuNzUxMyAyOS44ODk5IDI1LjY4MDlDMjkuOTYwNCAyNS42MTA0IDMwIDI1LjUxNDggMzAgMjUuNDE1MVYyMS40MDY4QzMwIDIwLjQxNzEgMjkuMjY5OCAxOS41OTQ4IDI4LjMxOTkgMTkuNDUwMlpNMTQuMTA0NyAxMS42NzQ3QzEyLjYyMjQgMTAuNzUzNSAxMi4xODI3IDEwLjMyOTcgMTIuMDUyNSAxMC4xNTlDMTEuNzE4NiA5LjcyMTI0IDExLjgwMzIgOS4wOTM0NSAxMi4yNDEgOC43NTk1NkMxMi40MTQ1IDguNjI2OTIgMTIuNjI2OSA4LjU1NTE3IDEyLjg0NTMgOC41NTU0MkMxMy4xNDY0IDguNTU1NDIgMTMuNDQ0MiA4LjY5MDcgMTMuNjQwNSA4Ljk0ODA0QzE0LjAwNCA5LjQyNDY3IDE0LjU3MzMgMTEuMDI4OSAxNC45NDkxIDEyLjE4NDlDMTQuNjY1NiAxMi4wMTgyIDE0LjM4NDEgMTEuODQ4MSAxNC4xMDQ3IDExLjY3NDdaTTE2LjI0MDkgMTIuMTg0OEMxNi42MTY4IDExLjAyODkgMTcuMTg2MSA5LjQyNDcxIDE3LjU0OTUgOC45NDc5OUMxNy44ODM0IDguNTEwMjMgMTguNTExMiA4LjQyNTcxIDE4Ljk0OSA4Ljc1OTU2QzE5LjM4NjggOS4wOTM0NSAxOS40NzEzIDkuNzIxMjQgMTkuMTM3NSAxMC4xNTlDMTkuMDA3MyAxMC4zMjk3IDE4LjU2NzYgMTAuNzUzNSAxNy4wODU0IDExLjY3NDZDMTYuODA1OSAxMS44NDggMTYuNTI0NCAxMi4wMTgxIDE2LjI0MDkgMTIuMTg0OFpNMjMuNTg2NyAxNS4zNjkySDI2LjQxNzVDMjYuODczNCAxNS4zNjkyIDI3LjI0NDMgMTUuNzQgMjcuMjQ0MyAxNi4xOTU5VjE2LjIyMDlIMjMuNTg2N1YxNS4zNjkyWk0yMy41ODY3IDE5LjQyNzdWMTYuOTcyNUgyNi45MjU4TDI3LjUzOTYgMTkuNDI3N0gyMy41ODY3Wk0xMi43ODkxIDI3LjQ0NDRDMTEuODkxMyAyNy40NDQ0IDExLjE2MDcgMjYuNzEzOSAxMS4xNjA3IDI1LjgxNkMxMS4xNjA3IDI0LjkxODEgMTEuODkxMyAyNC4xODc2IDEyLjc4OTEgMjQuMTg3NkMxMy42ODcgMjQuMTg3NiAxNC40MTc1IDI0LjkxODEgMTQuNDE3NSAyNS44MTZDMTQuNDE3NSAyNi43MTM5IDEzLjY4NyAyNy40NDQ0IDEyLjc4OTEgMjcuNDQ0NFpNMjYuMDE2NyAyNy40NDQ0QzI1LjExODggMjcuNDQ0NCAyNC4zODgzIDI2LjcxMzkgMjQuMzg4MyAyNS44MTZDMjQuMzg4MyAyNC45MTgxIDI1LjExODggMjQuMTg3NiAyNi4wMTY3IDI0LjE4NzZDMjYuOTE0NiAyNC4xODc2IDI3LjY0NTEgMjQuOTE4MSAyNy42NDUxIDI1LjgxNkMyNy42NDUxIDI2LjcxMzkgMjYuOTE0NiAyNy40NDQ0IDI2LjAxNjcgMjcuNDQ0NFpNMjkuMjQ4NSAyMi42MzQzSDI4LjgyMjVDMjguNTg3NyAyMi42MzQzIDI4LjM5NjYgMjIuNDQzMyAyOC4zOTY2IDIyLjIwODRWMjEuNzgyNUgyOS4yNDg0VjIyLjYzNDNIMjkuMjQ4NVoiIGZpbGw9IiM1RTAwMDAiLz4KPHBhdGggZD0iTTEyLjc4OTIgMjUuMDM5NEMxMi4zNjEgMjUuMDM5NCAxMi4wMTI2IDI1LjM4NzcgMTIuMDEyNiAyNS44MTZDMTIuMDEyNiAyNi4yNDQyIDEyLjM2MSAyNi41OTI2IDEyLjc4OTIgMjYuNTkyNkMxMy4yMTc1IDI2LjU5MjYgMTMuNTY1OSAyNi4yNDQyIDEzLjU2NTkgMjUuODE2QzEzLjU2NTkgMjUuMzg3NyAxMy4yMTc1IDI1LjAzOTQgMTIuNzg5MiAyNS4wMzk0Wk0yNi4wMTY4IDI1LjAzOTRDMjUuNTg4NiAyNS4wMzk0IDI1LjI0MDIgMjUuMzg3NyAyNS4yNDAyIDI1LjgxNkMyNS4yNDAyIDI2LjI0NDIgMjUuNTg4NiAyNi41OTI2IDI2LjAxNjggMjYuNTkyNkMyNi40NDUxIDI2LjU5MjYgMjYuNzkzNCAyNi4yNDQyIDI2Ljc5MzQgMjUuODE2QzI2Ljc5MzQgMjUuMzg3NyAyNi40NDUxIDI1LjAzOTQgMjYuMDE2OCAyNS4wMzk0Wk0yMS42MDc2IDIzLjQzNkgxNS45OTU5QzE1Ljg5NjIgMjMuNDM2IDE1LjgwMDcgMjMuNDc1NiAxNS43MzAyIDIzLjU0NjFDMTUuNjU5NyAyMy42MTY1IDE1LjYyMDEgMjMuNzEyMSAxNS42MjAxIDIzLjgxMThDMTUuNjIwMSAyMy45MTE1IDE1LjY1OTcgMjQuMDA3IDE1LjczMDIgMjQuMDc3NUMxNS44MDA3IDI0LjE0OCAxNS44OTYyIDI0LjE4NzYgMTUuOTk1OSAyNC4xODc2SDIxLjYwNzZDMjEuNzA3MyAyNC4xODc2IDIxLjgwMjkgMjQuMTQ4IDIxLjg3MzMgMjQuMDc3NUMyMS45NDM4IDI0LjAwNyAyMS45ODM0IDIzLjkxMTUgMjEuOTgzNCAyMy44MTE4QzIxLjk4MzQgMjMuNzEyMSAyMS45NDM4IDIzLjYxNjUgMjEuODczMyAyMy41NDYxQzIxLjgwMjkgMjMuNDc1NiAyMS43MDczIDIzLjQzNiAyMS42MDc2IDIzLjQzNlpNMTEuOTg3NiAyMS44MzI3SDcuMTc3NTVDNy4wNzc4OSAyMS44MzI3IDYuOTgyMyAyMS44NzIzIDYuOTExODMgMjEuOTQyN0M2Ljg0MTM1IDIyLjAxMzIgNi44MDE3NiAyMi4xMDg4IDYuODAxNzYgMjIuMjA4NUM2LjgwMTc2IDIyLjMwODEgNi44NDEzNSAyMi40MDM3IDYuOTExODMgMjIuNDc0MkM2Ljk4MjMgMjIuNTQ0NyA3LjA3Nzg5IDIyLjU4NDMgNy4xNzc1NSAyMi41ODQzSDExLjk4NzZDMTIuMDg3MyAyMi41ODQzIDEyLjE4MjggMjIuNTQ0NyAxMi4yNTMzIDIyLjQ3NDJDMTIuMzIzOCAyMi40MDM3IDEyLjM2MzQgMjIuMzA4MSAxMi4zNjM0IDIyLjIwODVDMTIuMzYzNCAyMi4xMDg4IDEyLjMyMzggMjIuMDEzMiAxMi4yNTMzIDIxLjk0MjdDMTIuMTgyOCAyMS44NzIzIDEyLjA4NzMgMjEuODMyNyAxMS45ODc2IDIxLjgzMjdaTTExLjk4NzYgMTYuMjIwOUgxMC4zODQyQzEwLjI4NDYgMTYuMjIwOSAxMC4xODkgMTYuMjYwNSAxMC4xMTg1IDE2LjMzMUMxMC4wNDggMTYuNDAxNSAxMC4wMDg0IDE2LjQ5NzEgMTAuMDA4NCAxNi41OTY3VjE5LjgwMzRDMTAuMDA4NCAxOS45MDMxIDEwLjA0OCAxOS45OTg3IDEwLjExODUgMjAuMDY5MUMxMC4xODkgMjAuMTM5NiAxMC4yODQ2IDIwLjE3OTIgMTAuMzg0MiAyMC4xNzkyQzEwLjQ4MzkgMjAuMTc5MiAxMC41Nzk1IDIwLjEzOTYgMTAuNjUgMjAuMDY5MUMxMC43MjA0IDE5Ljk5ODcgMTAuNzYgMTkuOTAzMSAxMC43NiAxOS44MDM0VjE4LjU3NTlIMTEuNTg2OEMxMS42ODY0IDE4LjU3NTkgMTEuNzgyIDE4LjUzNjMgMTEuODUyNSAxOC40NjU4QzExLjkyMyAxOC4zOTUzIDExLjk2MjYgMTguMjk5NyAxMS45NjI2IDE4LjIwMDFDMTEuOTYyNiAxOC4xMDA0IDExLjkyMyAxOC4wMDQ4IDExLjg1MjUgMTcuOTM0M0MxMS43ODIgMTcuODYzOSAxMS42ODY0IDE3LjgyNDMgMTEuNTg2OCAxNy44MjQzSDEwLjc2VjE2Ljk3MjVIMTEuOTg3NkMxMi4wODczIDE2Ljk3MjUgMTIuMTgyOCAxNi45MzI5IDEyLjI1MzMgMTYuODYyNUMxMi4zMjM4IDE2Ljc5MiAxMi4zNjM0IDE2LjY5NjQgMTIuMzYzNCAxNi41OTY3QzEyLjM2MzQgMTYuNDk3MSAxMi4zMjM4IDE2LjQwMTUgMTIuMjUzMyAxNi4zMzFDMTIuMTgyOCAxNi4yNjA1IDEyLjA4NzMgMTYuMjIwOSAxMS45ODc2IDE2LjIyMDlaTTE0Ljk0NDkgMTguNzUyMUMxNS4zMjEgMTguNTA1NyAxNS41NzAxIDE4LjA4MDkgMTUuNTcwMSAxNy41OTg4QzE1LjU3MDEgMTYuODM5IDE0Ljk1MiAxNi4yMjA5IDE0LjE5MjIgMTYuMjIwOUgxMy4xOTAxQzEzLjA5MDQgMTYuMjIwOSAxMi45OTQ4IDE2LjI2MDUgMTIuOTI0MyAxNi4zMzFDMTIuODUzOSAxNi40MDE1IDEyLjgxNDMgMTYuNDk3MSAxMi44MTQzIDE2LjU5NjdWMTkuODAzNEMxMi44MTQzIDE5LjkwMzEgMTIuODUzOSAxOS45OTg3IDEyLjkyNDMgMjAuMDY5MUMxMi45OTQ4IDIwLjEzOTYgMTMuMDkwNCAyMC4xNzkyIDEzLjE5MDEgMjAuMTc5MkMxMy4yODk3IDIwLjE3OTIgMTMuMzg1MyAyMC4xMzk2IDEzLjQ1NTggMjAuMDY5MUMxMy41MjYzIDE5Ljk5ODcgMTMuNTY1OSAxOS45MDMxIDEzLjU2NTkgMTkuODAzNFYxOC45NzY3SDE0LjE5MTVMMTQuODgxNiAyMC4wMTE4QzE0LjkxNTkgMjAuMDYzNCAxNC45NjI0IDIwLjEwNTYgMTUuMDE3IDIwLjEzNDhDMTUuMDcxNiAyMC4xNjQxIDE1LjEzMjYgMjAuMTc5MyAxNS4xOTQ1IDIwLjE3OTJDMTUuMjY4NiAyMC4xNzkzIDE1LjM0MTEgMjAuMTU3MyAxNS40MDI2IDIwLjExNkMxNS40NDM3IDIwLjA4ODcgMTUuNDc5IDIwLjA1MzUgMTUuNTA2NCAyMC4wMTI1QzE1LjUzMzkgMTkuOTcxNSAxNS41NTMgMTkuOTI1NSAxNS41NjI3IDE5Ljg3NzFDMTUuNTcyNCAxOS44Mjg3IDE1LjU3MjQgMTkuNzc4OSAxNS41NjI4IDE5LjczMDVDMTUuNTUzMiAxOS42ODIxIDE1LjUzNDIgMTkuNjM2IDE1LjUwNjggMTkuNTk1TDE0Ljk0NDkgMTguNzUyMVpNMTQuMTkyMiAxOC4yMjUxSDEzLjU2NTlWMTYuOTcyNUgxNC4xOTIyQzE0LjUzNzUgMTYuOTcyNSAxNC44MTg1IDE3LjI1MzUgMTQuODE4NSAxNy41OTg4QzE0LjgxODUgMTcuOTQ0MiAxNC41Mzc1IDE4LjIyNTEgMTQuMTkyMiAxOC4yMjUxWk0xOC4wMDAxIDE5LjQyNzdIMTYuNzcyNVYxOC41NzQ2QzE2Ljc4MDggMTguNTc1MiAxNi43ODkxIDE4LjU3NTkgMTYuNzk3NiAxOC41NzU5SDE3LjU5OTJDMTcuNjk4OSAxOC41NzU5IDE3Ljc5NDUgMTguNTM2MyAxNy44NjUgMTguNDY1OEMxNy45MzU0IDE4LjM5NTQgMTcuOTc1IDE4LjI5OTggMTcuOTc1IDE4LjIwMDFDMTcuOTc1IDE4LjEwMDQgMTcuOTM1NCAxOC4wMDQ5IDE3Ljg2NSAxNy45MzQ0QzE3Ljc5NDUgMTcuODYzOSAxNy42OTg5IDE3LjgyNDMgMTcuNTk5MiAxNy44MjQzSDE2Ljc5NzZDMTYuNzg5MSAxNy44MjQzIDE2Ljc4MDggMTcuODI1IDE2Ljc3MjUgMTcuODI1NlYxNi45NzI1SDE4LjAwMDFDMTguMDk5OCAxNi45NzI1IDE4LjE5NTQgMTYuOTMyOSAxOC4yNjU4IDE2Ljg2MjVDMTguMzM2MyAxNi43OTIgMTguMzc1OSAxNi42OTY0IDE4LjM3NTkgMTYuNTk2N0MxOC4zNzU5IDE2LjQ5NzEgMTguMzM2MyAxNi40MDE1IDE4LjI2NTggMTYuMzMxQzE4LjE5NTQgMTYuMjYwNSAxOC4wOTk4IDE2LjIyMDkgMTguMDAwMSAxNi4yMjA5SDE2LjM5NjdDMTYuMjk3MSAxNi4yMjA5IDE2LjIwMTUgMTYuMjYwNSAxNi4xMzEgMTYuMzMxQzE2LjA2MDUgMTYuNDAxNSAxNi4wMjA5IDE2LjQ5NzEgMTYuMDIwOSAxNi41OTY3VjE5LjgwMzRDMTYuMDIwOSAxOS45MDMxIDE2LjA2MDUgMTkuOTk4NyAxNi4xMzEgMjAuMDY5MUMxNi4yMDE1IDIwLjEzOTYgMTYuMjk3MSAyMC4xNzkyIDE2LjM5NjcgMjAuMTc5MkgxOC4wMDAxQzE4LjA5OSAyMC4xNzgxIDE4LjE5MzUgMjAuMTM4IDE4LjI2MzEgMjAuMDY3N0MxOC4zMzI3IDE5Ljk5NzMgMTguMzcxNyAxOS45MDI0IDE4LjM3MTcgMTkuODAzNEMxOC4zNzE3IDE5LjcwNDUgMTguMzMyNyAxOS42MDk1IDE4LjI2MzEgMTkuNTM5MkMxOC4xOTM1IDE5LjQ2ODggMTguMDk5IDE5LjQyODggMTguMDAwMSAxOS40Mjc3Wk0yMC44MDU5IDE5LjQyNzdIMTkuNTc4NFYxOC41NzU5SDIwLjAwNDNDMjAuMTA0IDE4LjU3NTkgMjAuMTk5NSAxOC41MzYzIDIwLjI3IDE4LjQ2NThDMjAuMzQwNSAxOC4zOTU0IDIwLjM4MDEgMTguMjk5OCAyMC4zODAxIDE4LjIwMDFDMjAuMzgwMSAxOC4xMDA0IDIwLjM0MDUgMTguMDA0OSAyMC4yNyAxNy45MzQ0QzIwLjE5OTUgMTcuODYzOSAyMC4xMDQgMTcuODI0MyAyMC4wMDQzIDE3LjgyNDNIMTkuNTc4NFYxNi45NzI1SDIwLjgwNTlDMjAuOTA1NiAxNi45NzI1IDIxLjAwMTIgMTYuOTMyOSAyMS4wNzE3IDE2Ljg2MjVDMjEuMTQyMiAxNi43OTIgMjEuMTgxNyAxNi42OTY0IDIxLjE4MTcgMTYuNTk2N0MyMS4xODE3IDE2LjQ5NzEgMjEuMTQyMiAxNi40MDE1IDIxLjA3MTcgMTYuMzMxQzIxLjAwMTIgMTYuMjYwNSAyMC45MDU2IDE2LjIyMDkgMjAuODA1OSAxNi4yMjA5SDE5LjIwMjZDMTkuMTAyOSAxNi4yMjA5IDE5LjAwNzMgMTYuMjYwNSAxOC45MzY5IDE2LjMzMUMxOC44NjY0IDE2LjQwMTUgMTguODI2OCAxNi40OTcxIDE4LjgyNjggMTYuNTk2N1YxOS44MDM0QzE4LjgyNjggMTkuOTAzMSAxOC44NjY0IDE5Ljk5ODcgMTguOTM2OSAyMC4wNjkxQzE5LjAwNzMgMjAuMTM5NiAxOS4xMDI5IDIwLjE3OTIgMTkuMjAyNiAyMC4xNzkySDIwLjgwNTlDMjAuOTA0OSAyMC4xNzgxIDIwLjk5OTQgMjAuMTM4IDIxLjA2OSAyMC4wNjc3QzIxLjEzODUgMTkuOTk3MyAyMS4xNzc1IDE5LjkwMjQgMjEuMTc3NSAxOS44MDM0QzIxLjE3NzUgMTkuNzA0NSAyMS4xMzg1IDE5LjYwOTUgMjEuMDY5IDE5LjUzOTJDMjAuOTk5NCAxOS40Njg4IDIwLjkwNDkgMTkuNDI4OCAyMC44MDU5IDE5LjQyNzdaIiBmaWxsPSIjNUUwMDAwIi8+Cjwvc3ZnPgo=");background-size:2.25rem 2.25rem;width:2.25rem;height:2.25rem;margin-right:.5rem;flex-shrink:0}.freeShippingBarIconFree{display:block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwMTNfODQwKSI+CjxwYXRoIGQ9Ik0xNi4zNjQ3IDE1LjA1MDlDMTYuMzI4NyAxNC45NTEyIDE2LjI1NDYgMTQuODY5OCAxNi4xNTg3IDE0LjgyNDdDMTYuMDYyNyAxNC43Nzk1IDE1Ljk1MjggMTQuNzc0NCAxNS44NTMgMTQuODEwM0MxNS44MDIzIDE0LjgyODYgMTUuNzU1OCAxNC44NTY5IDE1LjcxNjQgMTQuODkzNkMxNS42NzY5IDE0LjkzMDMgMTUuNjQ1MyAxNC45NzQ1IDE1LjYyMzMgMTUuMDIzN0MxNS42MDE0IDE1LjA3MyAxNS41ODk3IDE1LjEyNjEgMTUuNTg4OCAxNS4xOEMxNS41ODc5IDE1LjIzMzggMTUuNTk3OSAxNS4yODczIDE1LjYxODIgMTUuMzM3MkMxNS45ODI5IDE2LjI4ODggMTYuMDA5MyAxNy4wMTY2IDE1LjY5MDIgMTcuMzM2NEMxNS4zMDMyIDE3LjcyMjcgMTQuMzM5MSAxNy42MDE5IDEzLjExMDggMTcuMDE0MkMxMS40NjYzIDE2LjE2MDMgOS45NzE1NyAxNS4wNDQ4IDguNjg0OTMgMTMuNzExNEM1LjU1Mjk1IDEwLjU3OTEgNC4yNjA2NiA3LjUwNTQ3IDUuMDU5OTQgNi43MDYxOEM1LjE4NTkzIDYuNjA2NjkgNS4zMzIyOSA2LjUzNjIgNS40ODg2MSA2LjQ5OTcxQzUuNjQ0OTQgNi40NjMyMiA1LjgwNzM4IDYuNDYxNjMgNS45NjQzOSA2LjQ5NTA2QzYuMDY4NTEgNi41MDI3MiA2LjE3MTQ5IDYuNDY5MzQgNi4yNTEzMyA2LjQwMjA4QzYuMzMxMTcgNi4zMzQ4MiA2LjM4MTU0IDYuMjM4OTkgNi4zOTE2NyA2LjEzNTA5QzYuNDAxOCA2LjAzMTE4IDYuMzcwODkgNS45Mjc0NCA2LjMwNTU0IDUuODQ2MDJDNi4yNDAxOSA1Ljc2NDYgNi4xNDU2IDUuNzExOTcgNi4wNDE5NiA1LjY5OTM3QzUuNzY3NTcgNS42NTA4MiA1LjQ4NTczIDUuNjY1MTcgNS4yMTc2OSA1Ljc0MTM2QzQuOTQ5NjUgNS44MTc1NSA0LjcwMjQgNS45NTM1OCA0LjQ5NDU2IDYuMTM5MkMzLjAyOTUzIDcuNjAzODMgNS4yNjkwNiAxMS40MjQzIDguMTE5NTUgMTQuMjc1MkM5LjQ3MDA3IDE1LjY3MjggMTEuMDM5NCAxNi44NDA5IDEyLjc2NTcgMTcuNzMzNUMxMy4wNzg0IDE3Ljg4MzIgMTMuNDAwNiAxOC4wMTIxIDEzLjczMDIgMTguMTE5M0wxMC44ODkzIDE5LjE5NjVDNy4wOTU3NSAxNy43NTQzIDQuMzY0ODYgMTQuMzkxMiAzLjczMjA2IDEwLjM4MjNDMy43MTQ3OCAxMC4yNzgzIDMuNjU3MTMgMTAuMTg1NCAzLjU3MTY0IDEwLjEyMzZDMy40ODYxNiAxMC4wNjE5IDMuMzc5NzYgMTAuMDM2NSAzLjI3NTU5IDEwLjA1MjhDMy4xNzE0MyAxMC4wNjkyIDMuMDc3OTQgMTAuMTI2IDMuMDE1NDYgMTAuMjEwOUMyLjk1Mjk4IDEwLjI5NTggMi45MjY1NyAxMC40MDIgMi45NDE5NyAxMC41MDYzQzMuMDA0NzQgMTAuOTA2MSAzLjA4ODcxIDExLjMwNiAzLjE5MTQ3IDExLjY5N0MzLjY0NjI2IDEzLjQyMDIgNC40NzQ5MyAxNS4wMjIgNS42MTg2MiAxNi4zODg4QzYuNzYyMyAxNy43NTU1IDguMTkyOTQgMTguODUzNyA5LjgwODkgMTkuNjA1Mkw1LjEzMzEyIDIxLjM3NDVDNS4xMTE2OCAyMS4zMzg3IDUuMDg0NjggMjEuMzA2NiA1LjA1MzE1IDIxLjI3OTNDNC40NjUxMSAyMC44MDcyIDMuOTc5MDQgMjAuMjIwNiAzLjYyNDQgMTkuNTU1MUMzLjI2OTc1IDE4Ljg4OTYgMy4wNTM5MSAxOC4xNTkgMi45ODk5NSAxNy40MDc2TDIuODA0NDIgMTUuMTYwOUMyLjgwMDk1IDE1LjEwOTEgMi43ODczMSAxNS4wNTg1IDIuNzY0MjkgMTUuMDEyMUMyLjc0MTI3IDE0Ljk2NTYgMi43MDkzMiAxNC45MjQxIDIuNjcwMjYgMTQuODg5OUMyLjYzMTIgMTQuODU1OCAyLjU4NTggMTQuODI5NiAyLjUzNjY1IDE0LjgxMzFDMi40ODc0OSAxNC43OTY1IDIuNDM1NTUgMTQuNzg5NyAyLjM4Mzc5IDE0Ljc5MzJDMi4zNzk2NCAxNC43OTM1IDIuMzc1NDkgMTQuNzkzOCAyLjM3MTM5IDE0Ljc5NDJDMi4zMTg4MiAxNC43OTg0IDIuMjY3NTkgMTQuODEzIDIuMjIwNjYgMTQuODM3QzIuMTczNzMgMTQuODYxMSAyLjEzMjAyIDE0Ljg5NDIgMi4wOTc5NCAxNC45MzQ0QzIuMDYzODYgMTQuOTc0NyAyLjAzODA4IDE1LjAyMTMgMi4wMjIwOCAxNS4wNzE1QzIuMDA2MDkgMTUuMTIxOCAyLjAwMDE5IDE1LjE3NDcgMi4wMDQ3MyAxNS4yMjczTDIuMTkzNDYgMTcuNDczMkMyLjMzNDAxIDE5LjA5NjIgMy4wOTExIDIwLjYwMzYgNC4zMDkwNCAyMS42ODU1TDAuOTczNTM2IDIyLjk0ODNMMS41NzMzIDIwLjQ4NjhDMS41ODU3NSAyMC40MzU4IDEuNTg4MDMgMjAuMzgyOCAxLjU3OTk5IDIwLjMzMDlDMS41NzE5NiAyMC4yNzg5IDEuNTUzNzggMjAuMjI5MSAxLjUyNjQ5IDIwLjE4NDJDMS40OTkyIDIwLjEzOTMgMS40NjMzMyAyMC4xMDAzIDEuNDIwOTQgMjAuMDY5MkMxLjM3ODU1IDIwLjAzODIgMS4zMzA0NiAyMC4wMTU4IDEuMjc5NDIgMjAuMDAzNEMxLjIyODM4IDE5Ljk5MDkgMS4xNzUzOSAxOS45ODg3IDEuMTIzNDcgMTkuOTk2N0MxLjA3MTU1IDIwLjAwNDcgMS4wMjE3MyAyMC4wMjI5IDAuOTc2ODM2IDIwLjA1MDJDMC45MzE5NDYgMjAuMDc3NSAwLjg5Mjg3MiAyMC4xMTM0IDAuODYxODQ0IDIwLjE1NThDMC44MzA4MTcgMjAuMTk4MiAwLjgwODQ0NSAyMC4yNDYyIDAuNzk2MDA1IDIwLjI5NzNMMC4wMTU5MDg4IDIzLjQ5NkMtMC4wMDE0NTc4NCAyMy41NjY4IDAuMDAwODU3NjMgMjMuNjQxIDAuMDIyNjA0OCAyMy43MTA2QzAuMDQ0MzUyIDIzLjc4MDEgMC4wODQ3MDM0IDIzLjg0MjQgMC4xMzkyOTYgMjMuODkwN0MwLjE5Mzg4OCAyMy45MzkgMC4yNjA2NDMgMjMuOTcxNSAwLjMzMjM0NCAyMy45ODQ2QzAuNDA0MDQ1IDIzLjk5NzcgMC40Nzc5NjIgMjMuOTkwOSAwLjU0NjEwMiAyMy45NjUxTDE1LjM0MDMgMTguMzY3MkMxNS4zNjM5IDE4LjM1NTcgMTUuMzg2MSAxOC4zNDE4IDE1LjQwNjcgMTguMzI1N0MxNS43MjY5IDE4LjI3NjUgMTYuMDIzNyAxOC4xMjg0IDE2LjI1NTYgMTcuOTAyMkMxNi42NTE4IDE3LjUwNiAxNi45OTI4IDE2LjY4OTEgMTYuMzY0NyAxNS4wNTA5WiIgZmlsbD0iIzVFMDAwMCIvPgo8cGF0aCBkPSJNMjAuMTM4IDE0LjAxOTdDMTcuOTc2NSAxMy4yMTA1IDE1LjY0MDIgMTIuOTgzNyAxMy4zNjM0IDEzLjM2MkwxMS45MzQ4IDEzLjYwMTlDMTEuODMyMyAxMy42MjE2IDExLjc0MTUgMTMuNjgwNiAxMS42ODE5IDEzLjc2NjNDMTEuNjIyNCAxMy44NTIgMTEuNTk4NiAxMy45NTc2IDExLjYxNTkgMTQuMDYwNkMxMS42MzMxIDE0LjE2MzUgMTEuNjg5OSAxNC4yNTU2IDExLjc3NDEgMTQuMzE3M0MxMS44NTg0IDE0LjM3ODkgMTEuOTYzNCAxNC40MDUxIDEyLjA2NjcgMTQuMzkwNEwxMy40OTUgMTQuMTUyNUMxNS42MzMyIDEzLjc5NyAxNy44Mjc0IDE0LjAxMDIgMTkuODU3MyAxNC43NzA2QzE5LjkwMjMgMTQuNzg2NiAxOS45NDk4IDE0Ljc5NDYgMTkuOTk3NiAxNC43OTQyQzIwLjA5MTQgMTQuNzk0NCAyMC4xODIzIDE0Ljc2MTYgMjAuMjU0MyAxNC43MDE1QzIwLjMyNjQgMTQuNjQxNSAyMC4zNzUgMTQuNTU4IDIwLjM5MTcgMTQuNDY1N0MyMC40MDg1IDE0LjM3MzQgMjAuMzkyMiAxNC4yNzgyIDIwLjM0NTggMTQuMTk2NkMyMC4yOTk0IDE0LjExNTEgMjAuMjI1OSAxNC4wNTI1IDIwLjEzOCAxNC4wMTk3Wk0yMS41NTk0IDcuODI0OTVDMjEuNTM2OCA3Ljc3NzUzIDIxLjUwNTIgNy43MzUwMyAyMS40NjYxIDcuNjk5ODZDMjEuNDI3MSA3LjY2NDY5IDIxLjM4MTYgNy42Mzc1NCAyMS4zMzIxIDcuNjE5OThDMjEuMjgyNiA3LjYwMjQyIDIxLjIzMDEgNy41OTQ3OCAyMS4xNzc3IDcuNTk3NUMyMS4xMjUyIDcuNjAwMjIgMjEuMDczOCA3LjYxMzI0IDIxLjAyNjQgNy42MzU4M0wxMi42Mjk3IDExLjYzNDNDMTIuNTgyMyAxMS42NTY4IDEyLjUzOTggMTEuNjg4NSAxMi41MDQ2IDExLjcyNzVDMTIuNDY5NCAxMS43NjY1IDEyLjQ0MjMgMTEuODEyMSAxMi40MjQ3IDExLjg2MTZDMTIuNDA3MiAxMS45MTExIDEyLjM5OTUgMTEuOTYzNiAxMi40MDIyIDEyLjAxNkMxMi40MDUgMTIuMDY4NSAxMi40MTggMTIuMTE5OCAxMi40NDA2IDEyLjE2NzNDMTIuNDYzMSAxMi4yMTQ3IDEyLjQ5NDggMTIuMjU3MiAxMi41MzM4IDEyLjI5MjNDMTIuNTcyOCAxMi4zMjc1IDEyLjYxODQgMTIuMzU0NyAxMi42Njc4IDEyLjM3MjJDMTIuNzE3MyAxMi4zODk4IDEyLjc2OTggMTIuMzk3NCAxMi44MjIyIDEyLjM5NDdDMTIuODc0NyAxMi4zOTIgMTIuOTI2MSAxMi4zNzkgMTIuOTczNSAxMi4zNTY0TDEyLjk3MzYgMTIuMzU2NEwyMS4zNzAzIDguMzU3OTVDMjEuNDE3NyA4LjMzNTM3IDIxLjQ2MDIgOC4zMDM2OCAyMS40OTU0IDguMjY0NjhDMjEuNTMwNiA4LjIyNTY3IDIxLjU1NzcgOC4xODAxMiAyMS41NzUzIDguMTMwNjNDMjEuNTkyOCA4LjA4MTEzIDIxLjYwMDUgOC4wMjg2NiAyMS41OTc3IDcuOTc2MjJDMjEuNTk1IDcuOTIzNzcgMjEuNTgyIDcuODcyMzcgMjEuNTU5NCA3LjgyNDk1Wk05LjcxNTIzIDIuNzEzNzVDOS43MDQ2NSAyLjY2MTY5IDkuNjgzODEgMi42MTIyNiA5LjY1MzkxIDIuNTY4MzRDOS42MjQwMSAyLjUyNDQzIDkuNTg1NjYgMi40ODY5MiA5LjU0MTEgMi40NTc5OUM5LjQ5NjU1IDIuNDI5MDcgOS40NDY2NyAyLjQwOTMxIDkuMzk0MzkgMi4zOTk4OEM5LjM0MjExIDIuMzkwNDQgOS4yODg0NyAyLjM5MTUzIDkuMjM2NjIgMi40MDMwNkM5LjE4NDc2IDIuNDE0NTggOS4xMzU3MiAyLjQzNjMzIDkuMDkyMzYgMi40NjcwM0M5LjA0OSAyLjQ5NzczIDkuMDEyMTkgMi41MzY3NSA4Ljk4NDA5IDIuNTgxODNDOC45NTU5OCAyLjYyNjkyIDguOTM3MTUgMi42NzcxNSA4LjkyODY3IDIuNzI5NTlDOC45MjAyIDIuNzgyMDMgOC45MjIyNiAyLjgzNTY0IDguOTM0NzQgMi44ODcyOEM5LjQ0MDg1IDUuMTQ4MzYgOS4yMzIyNiA3LjUxMDgzIDguMzM3NzcgOS42NDgyNEw3Ljc1NjQgMTEuMDQzM0M3LjcxNjA0IDExLjE0MDkgNy43MTU5NiAxMS4yNTA2IDcuNzU2MiAxMS4zNDgzQzcuNzk2NDMgMTEuNDQ2IDcuODczNyAxMS41MjM4IDcuOTcxMTEgMTEuNTY0N0M4LjA2ODk1IDExLjYwNTQgOC4xNzg5NCAxMS42MDU2IDguMjc2OTMgMTEuNTY1M0M4LjM3NDkxIDExLjUyNDkgOC40NTI4OCAxMS40NDc0IDguNDkzNzEgMTEuMzQ5Nkw5LjA3NTQ4IDkuOTU2MTJDMTAuMDMzOSA3LjY2NjU3IDEwLjI1NzQgNS4xMzU4NSA5LjcxNTIzIDIuNzEzNzVaTTIxLjk5NjggMTQuMzk0NEMyMS4zMzQ0IDE0LjM5NDQgMjAuNzk3MyAxNC45MzE0IDIwLjc5NzMgMTUuNTkzOUMyMC43OTczIDE2LjI1NjQgMjEuMzM0NCAxNi43OTM1IDIxLjk5NjggMTYuNzkzNUMyMi42NTkzIDE2Ljc5MzUgMjMuMTk2NCAxNi4yNTY0IDIzLjE5NjQgMTUuNTkzOUMyMy4xOTY0IDE0LjkzMTQgMjIuNjU5MyAxNC4zOTQ0IDIxLjk5NjggMTQuMzk0NFpNMjEuOTk2OCAxNS45OTM4QzIxLjg5MDggMTUuOTkzOCAyMS43ODkxIDE1Ljk1MTYgMjEuNzE0MSAxNS44NzY3QzIxLjYzOTEgMTUuODAxNyAyMS41OTcgMTUuNyAyMS41OTcgMTUuNTkzOUMyMS41OTcgMTUuNDg3OSAyMS42MzkxIDE1LjM4NjIgMjEuNzE0MSAxNS4zMTEyQzIxLjc4OTEgMTUuMjM2MiAyMS44OTA4IDE1LjE5NDEgMjEuOTk2OCAxNS4xOTQxQzIyLjEwMjkgMTUuMTk0MSAyMi4yMDQ2IDE1LjIzNjIgMjIuMjc5NiAxNS4zMTEyQzIyLjM1NDYgMTUuMzg2MiAyMi4zOTY3IDE1LjQ4NzkgMjIuMzk2NyAxNS41OTM5QzIyLjM5NjcgMTUuNyAyMi4zNTQ2IDE1LjgwMTcgMjIuMjc5NiAxNS44NzY3QzIyLjIwNDYgMTUuOTUxNiAyMi4xMDI5IDE1Ljk5MzggMjEuOTk2OCAxNS45OTM4Wk0xMi40MDA2IDMuMTk4NzZDMTEuNzM4MSAzLjE5ODc2IDExLjIwMTEgMy43MzU4IDExLjIwMTEgNC4zOTgyOUMxMS4yMDExIDUuMDYwNzggMTEuNzM4MSA1LjU5NzgyIDEyLjQwMDYgNS41OTc4MkMxMy4wNjMxIDUuNTk3ODIgMTMuNjAwMSA1LjA2MDc4IDEzLjYwMDEgNC4zOTgyOUMxMy42MDAxIDMuNzM1OCAxMy4wNjMxIDMuMTk4NzYgMTIuNDAwNiAzLjE5ODc2Wk0xMi40MDA2IDQuNzk4MTNDMTIuMjk0NSA0Ljc5ODEzIDEyLjE5MjggNC43NTYwMSAxMi4xMTc5IDQuNjgxMDJDMTIuMDQyOSA0LjYwNjA0IDEyLjAwMDcgNC41MDQzNCAxMi4wMDA3IDQuMzk4MjlDMTIuMDAwNyA0LjI5MjI0IDEyLjA0MjkgNC4xOTA1NCAxMi4xMTc5IDQuMTE1NTZDMTIuMTkyOCA0LjA0MDU3IDEyLjI5NDUgMy45OTg0NSAxMi40MDA2IDMuOTk4NDVDMTIuNTA2NiAzLjk5ODQ1IDEyLjYwODMgNC4wNDA1NyAxMi42ODMzIDQuMTE1NTZDMTIuNzU4MyA0LjE5MDU0IDEyLjgwMDQgNC4yOTIyNCAxMi44MDA0IDQuMzk4MjlDMTIuODAwNCA0LjUwNDM0IDEyLjc1ODMgNC42MDYwNCAxMi42ODMzIDQuNjgxMDJDMTIuNjA4MyA0Ljc1NjAxIDEyLjUwNjYgNC43OTgxMyAxMi40MDA2IDQuNzk4MTNaIiBmaWxsPSIjNUUwMDAwIi8+CjxwYXRoIGQ9Ik04LjgwMjEzIDEuNTk5MzhDOS4yNDM3OSAxLjU5OTM4IDkuNjAxODIgMS4yNDEzNCA5LjYwMTgyIDAuNzk5Njg4QzkuNjAxODIgMC4zNTgwMzMgOS4yNDM3OSAwIDguODAyMTMgMEM4LjM2MDQ3IDAgOC4wMDI0NCAwLjM1ODAzMyA4LjAwMjQ0IDAuNzk5Njg4QzguMDAyNDQgMS4yNDEzNCA4LjM2MDQ3IDEuNTk5MzggOC44MDIxMyAxLjU5OTM4WiIgZmlsbD0iIzVFMDAwMCIvPgo8cGF0aCBkPSJNMTkuOTk3NiAxLjk5OTIyQzE5Ljg5MTUgMS45OTkyMiAxOS43ODk4IDIuMDQxMzUgMTkuNzE0OCAyLjExNjMzQzE5LjYzOTggMi4xOTEzMiAxOS41OTc3IDIuMjkzMDIgMTkuNTk3NyAyLjM5OTA3VjIuNzk4OTFDMTkuNTk3NyAyLjkwNDk1IDE5LjYzOTggMy4wMDY2NiAxOS43MTQ4IDMuMDgxNjRDMTkuNzg5OCAzLjE1NjYzIDE5Ljg5MTUgMy4xOTg3NSAxOS45OTc2IDMuMTk4NzVDMjAuMTAzNiAzLjE5ODc1IDIwLjIwNTMgMy4xNTY2MyAyMC4yODAzIDMuMDgxNjRDMjAuMzU1MyAzLjAwNjY2IDIwLjM5NzQgMi45MDQ5NSAyMC4zOTc0IDIuNzk4OTFWMi4zOTkwN0MyMC4zOTc0IDIuMjkzMDIgMjAuMzU1MyAyLjE5MTMyIDIwLjI4MDMgMi4xMTYzM0MyMC4yMDUzIDIuMDQxMzUgMjAuMTAzNiAxLjk5OTIyIDE5Ljk5NzYgMS45OTkyMlpNMTkuOTk3NiAwQzE5Ljg5MTUgMCAxOS43ODk4IDAuMDQyMTI2MyAxOS43MTQ4IDAuMTE3MTEyQzE5LjYzOTggMC4xOTIwOTcgMTkuNTk3NyAwLjI5Mzc5OSAxOS41OTc3IDAuMzk5ODQ0VjAuNzk5Njg4QzE5LjU5NzcgMC45MDU3MzQgMTkuNjM5OCAxLjAwNzQ0IDE5LjcxNDggMS4wODI0MkMxOS43ODk4IDEuMTU3NDEgMTkuODkxNSAxLjE5OTUzIDE5Ljk5NzYgMS4xOTk1M0MyMC4xMDM2IDEuMTk5NTMgMjAuMjA1MyAxLjE1NzQxIDIwLjI4MDMgMS4wODI0MkMyMC4zNTUzIDEuMDA3NDQgMjAuMzk3NCAwLjkwNTczNCAyMC4zOTc0IDAuNzk5Njg4VjAuMzk5ODQ0QzIwLjM5NzQgMC4yOTM3OTkgMjAuMzU1MyAwLjE5MjA5NyAyMC4yODAzIDAuMTE3MTEyQzIwLjIwNTMgMC4wNDIxMjYzIDIwLjEwMzYgMCAxOS45OTc2IDBaTTIxLjE5NzEgMS4xOTk1M0gyMC43OTcyQzIwLjY5MTIgMS4xOTk1MyAyMC41ODk1IDEuMjQxNjYgMjAuNTE0NSAxLjMxNjY0QzIwLjQzOTUgMS4zOTE2MyAyMC4zOTc0IDEuNDkzMzMgMjAuMzk3NCAxLjU5OTM4QzIwLjM5NzQgMS43MDU0MiAyMC40Mzk1IDEuODA3MTIgMjAuNTE0NSAxLjg4MjExQzIwLjU4OTUgMS45NTcwOSAyMC42OTEyIDEuOTk5MjIgMjAuNzk3MiAxLjk5OTIySDIxLjE5NzFDMjEuMzAzMSAxLjk5OTIyIDIxLjQwNDggMS45NTcwOSAyMS40Nzk4IDEuODgyMTFDMjEuNTU0OCAxLjgwNzEyIDIxLjU5NjkgMS43MDU0MiAyMS41OTY5IDEuNTk5MzhDMjEuNTk2OSAxLjQ5MzMzIDIxLjU1NDggMS4zOTE2MyAyMS40Nzk4IDEuMzE2NjRDMjEuNDA0OCAxLjI0MTY2IDIxLjMwMzEgMS4xOTk1MyAyMS4xOTcxIDEuMTk5NTNaTTE5LjE5NzkgMS4xOTk1M0gxOC43OThDMTguNjkyIDEuMTk5NTMgMTguNTkwMyAxLjI0MTY2IDE4LjUxNTMgMS4zMTY2NEMxOC40NDAzIDEuMzkxNjMgMTguMzk4MiAxLjQ5MzMzIDE4LjM5ODIgMS41OTkzOEMxOC4zOTgyIDEuNzA1NDIgMTguNDQwMyAxLjgwNzEyIDE4LjUxNTMgMS44ODIxMUMxOC41OTAzIDEuOTU3MDkgMTguNjkyIDEuOTk5MjIgMTguNzk4IDEuOTk5MjJIMTkuMTk3OUMxOS4zMDM5IDEuOTk5MjIgMTkuNDA1NiAxLjk1NzA5IDE5LjQ4MDYgMS44ODIxMUMxOS41NTU2IDEuODA3MTIgMTkuNTk3NyAxLjcwNTQyIDE5LjU5NzcgMS41OTkzOEMxOS41OTc3IDEuNDkzMzMgMTkuNTU1NiAxLjM5MTYzIDE5LjQ4MDYgMS4zMTY2NEMxOS40MDU2IDEuMjQxNjYgMTkuMzAzOSAxLjE5OTUzIDE5LjE5NzkgMS4xOTk1M1pNMTcuMTk4NiA0LjM4OTg5SDE1LjE5MUMxNS4wODUgNC4zODk4OSAxNC45ODMzIDQuNDMyMDIgMTQuOTA4MyA0LjUwN0MxNC44MzMzIDQuNTgxOTkgMTQuNzkxMiA0LjY4MzY5IDE0Ljc5MTIgNC43ODk3M1Y2Ljc5NzM1QzE0Ljc5MTIgNi45MDM0IDE0LjgzMzMgNy4wMDUxIDE0LjkwODMgNy4wODAwOEMxNC45ODMzIDcuMTU1MDcgMTUuMDg1IDcuMTk3MiAxNS4xOTEgNy4xOTcySDE3LjE5ODZDMTcuMzA0NyA3LjE5NzIgMTcuNDA2NCA3LjE1NTA3IDE3LjQ4MTQgNy4wODAwOEMxNy41NTY0IDcuMDA1MSAxNy41OTg1IDYuOTAzNCAxNy41OTg1IDYuNzk3MzVWNC43ODk3M0MxNy41OTg1IDQuNjgzNjkgMTcuNTU2NCA0LjU4MTk5IDE3LjQ4MTQgNC41MDdDMTcuNDA2NCA0LjQzMjAyIDE3LjMwNDcgNC4zODk4OSAxNy4xOTg2IDQuMzg5ODlaTTE2Ljc5ODggNi4zOTc1MUgxNS41OTA5VjUuMTg5NThIMTYuNzk4OFY2LjM5NzUxWk0xNC4yODU4IDcuNzI4NzlDMTQuMjE1MiA3LjY1MzM5IDE0LjExODEgNy42MDgyNiAxNC4wMTQ5IDcuNjAyODZDMTMuOTExOCA3LjU5NzQ2IDEzLjgxMDUgNy42MzIyIDEzLjczMjQgNy42OTk4TDkuNzMzOTUgMTEuMjk4NEM5LjY1NTE4IDExLjM2OTQgOS42MDc4MSAxMS40Njg3IDkuNjAyMjYgMTEuNTc0NkM5LjU5NjcxIDExLjY4MDQgOS42MzM0NCAxMS43ODQyIDkuNzA0MzYgMTEuODYzQzkuNzc1MzIgMTEuOTQxOCA5Ljg3NDY1IDExLjk4OTEgOS45ODA1MiAxMS45OTQ3QzEwLjA4NjQgMTIuMDAwMiAxMC4xOTAxIDExLjk2MzUgMTAuMjY4OSAxMS44OTI2TDE0LjI2NzQgOC4yOTM5N0MxNC4zMDU3IDguMjU4MDcgMTQuMzM2NiA4LjIxNDk3IDE0LjM1ODIgOC4xNjcxNEMxNC4zNzk5IDguMTE5MzEgMTQuMzkxOSA4LjA2NzY4IDE0LjM5MzcgOC4wMTUyQzE0LjM5NTQgNy45NjI3MiAxNC4zODY3IDcuOTEwNDEgMTQuMzY4MiA3Ljg2MTI3QzE0LjM0OTcgNy44MTIxMyAxNC4zMjE3IDcuNzY3MTEgMTQuMjg1OCA3LjcyODc5Wk0yMS41OTY5IDkuMTk2NDJDMjEuNDkwOSA5LjE5NjQyIDIxLjM4OTIgOS4yMzg1NCAyMS4zMTQyIDkuMzEzNTNDMjEuMjM5MiA5LjM4ODUxIDIxLjE5NzEgOS40OTAyMiAyMS4xOTcxIDkuNTk2MjZWOS45OTYxMUMyMS4xOTcxIDEwLjEwMjEgMjEuMjM5MiAxMC4yMDM5IDIxLjMxNDIgMTAuMjc4OEMyMS4zODkyIDEwLjM1MzggMjEuNDkwOSAxMC4zOTU5IDIxLjU5NjkgMTAuMzk1OUMyMS43MDMgMTAuMzk1OSAyMS44MDQ3IDEwLjM1MzggMjEuODc5NyAxMC4yNzg4QzIxLjk1NDYgMTAuMjAzOSAyMS45OTY4IDEwLjEwMjEgMjEuOTk2OCA5Ljk5NjExVjkuNTk2MjZDMjEuOTk2OCA5LjQ5MDIyIDIxLjk1NDYgOS4zODg1MSAyMS44Nzk3IDkuMzEzNTNDMjEuODA0NyA5LjIzODU0IDIxLjcwMyA5LjE5NjQyIDIxLjU5NjkgOS4xOTY0MlpNMjMuMjkzNSA5LjEyNzY0TDIzLjAxMDggOC44NDQ5NUMyMi45MzU0IDguNzcyMTIgMjIuODM0NCA4LjczMTgyIDIyLjcyOTUgOC43MzI3M0MyMi42MjQ3IDguNzMzNjQgMjIuNTI0NCA4Ljc3NTY5IDIyLjQ1MDMgOC44NDk4MkMyMi4zNzYxIDguOTIzOTYgMjIuMzM0MSA5LjAyNDI0IDIyLjMzMzIgOS4xMjkwOEMyMi4zMzIzIDkuMjMzOTIgMjIuMzcyNiA5LjMzNDkyIDIyLjQ0NTQgOS40MTAzM0wyMi43MjgxIDkuNjkzMDJDMjIuODA0NCA5Ljc2NjcgMjIuOTA2OCA5LjgwNzA2IDIzLjAxMjggOS44MDUyMkMyMy4xMTg4IDkuODAzMzggMjMuMjE5OCA5Ljc1OTUgMjMuMjkzNSA5LjY4MzIzQzIzLjM2NTUgOS42MDg2OCAyMy40MDU3IDkuNTA5MDggMjMuNDA1NyA5LjQwNTQ0QzIzLjQwNTcgOS4zMDE3OSAyMy4zNjU1IDkuMjAyMTkgMjMuMjkzNSA5LjEyNzY0Wk0yMy41OTYxIDcuNTk3MDRIMjMuMTk2M0MyMy4wOTAzIDcuNTk3MDQgMjIuOTg4NiA3LjYzOTE3IDIyLjkxMzYgNy43MTQxNUMyMi44Mzg2IDcuNzg5MTQgMjIuNzk2NSA3Ljg5MDg0IDIyLjc5NjUgNy45OTY4OEMyMi43OTY1IDguMTAyOTMgMjIuODM4NiA4LjIwNDYzIDIyLjkxMzYgOC4yNzk2MkMyMi45ODg2IDguMzU0NiAyMy4wOTAzIDguMzk2NzMgMjMuMTk2MyA4LjM5NjczSDIzLjU5NjFDMjMuNzAyMiA4LjM5NjczIDIzLjgwMzkgOC4zNTQ2IDIzLjg3ODkgOC4yNzk2MkMyMy45NTM5IDguMjA0NjMgMjMuOTk2IDguMTAyOTMgMjMuOTk2IDcuOTk2ODhDMjMuOTk2IDcuODkwODQgMjMuOTUzOSA3Ljc4OTE0IDIzLjg3ODkgNy43MTQxNUMyMy44MDM5IDcuNjM5MTcgMjMuNzAyMiA3LjU5NzA0IDIzLjU5NjEgNy41OTcwNFpNMjMuMjgzNyA2LjMwMDc1QzIzLjIwOTEgNi4yMjg3NSAyMy4xMDk1IDYuMTg4NTEgMjMuMDA1OSA2LjE4ODUxQzIyLjkwMjIgNi4xODg1MSAyMi44MDI2IDYuMjI4NzUgMjIuNzI4MSA2LjMwMDc1TDIyLjQ0NTQgNi41ODM0M0MyMi4zODk1IDYuNjM5MzUgMjIuMzUxNCA2LjcxMDU5IDIyLjMzNiA2Ljc4ODE0QzIyLjMyMDYgNi44NjU2OSAyMi4zMjg1IDYuOTQ2MDggMjIuMzU4OCA3LjAxOTEzQzIyLjM4OSA3LjA5MjE4IDIyLjQ0MDMgNy4xNTQ2MiAyMi41MDYgNy4xOTg1NkMyMi41NzE3IDcuMjQyNDkgMjIuNjQ5IDcuMjY1OTUgMjIuNzI4MSA3LjI2NTk3QzIyLjgzNDEgNy4yNjU5NSAyMi45MzU4IDcuMjIzOCAyMy4wMTA4IDcuMTQ4ODFMMjMuMjkzNSA2Ljg2NjEzQzIzLjM2NzEgNi43ODk4NSAyMy40MDc1IDYuNjg3NDQgMjMuNDA1NyA2LjU4MTQxQzIzLjQwMzggNi40NzUzOCAyMy4zNTk5IDYuMzc0NDIgMjMuMjgzNyA2LjMwMDc1Wk0yMS41OTY5IDUuNTk3ODJDMjEuNDkwOSA1LjU5NzgyIDIxLjM4OTIgNS42Mzk5NSAyMS4zMTQyIDUuNzE0OTNDMjEuMjM5MiA1Ljc4OTkyIDIxLjE5NzEgNS44OTE2MiAyMS4xOTcxIDUuOTk3NjZWNi4zOTc1MUMyMS4xOTcxIDYuNTAzNTUgMjEuMjM5MiA2LjYwNTI1IDIxLjMxNDIgNi42ODAyNEMyMS4zODkyIDYuNzU1MjMgMjEuNDkwOSA2Ljc5NzM1IDIxLjU5NjkgNi43OTczNUMyMS43MDMgNi43OTczNSAyMS44MDQ3IDYuNzU1MjMgMjEuODc5NyA2LjY4MDI0QzIxLjk1NDYgNi42MDUyNSAyMS45OTY4IDYuNTAzNTUgMjEuOTk2OCA2LjM5NzUxVjUuOTk3NjZDMjEuOTk2OCA1Ljg5MTYyIDIxLjk1NDYgNS43ODk5MiAyMS44Nzk3IDUuNzE0OTNDMjEuODA0NyA1LjYzOTk1IDIxLjcwMyA1LjU5NzgyIDIxLjU5NjkgNS41OTc4MlpNMjAuNzQ4NSA2LjU4MzQzTDIwLjQ2NTggNi4zMDA3NUMyMC4zOTA0IDYuMjI3OTEgMjAuMjg5NCA2LjE4NzYxIDIwLjE4NDUgNi4xODg1MkMyMC4wNzk3IDYuMTg5NDMgMTkuOTc5NCA2LjIzMTQ4IDE5LjkwNTMgNi4zMDU2MkMxOS44MzExIDYuMzc5NzUgMTkuNzg5MSA2LjQ4MDA0IDE5Ljc4ODIgNi41ODQ4N0MxOS43ODczIDYuNjg5NzEgMTkuODI3NiA2Ljc5MDcxIDE5LjkwMDQgNi44NjYxM0wyMC4xODMxIDcuMTQ4ODFDMjAuMjU5MyA3LjIyMjQ5IDIwLjM2MTggNy4yNjI4NSAyMC40Njc4IDcuMjYxMDFDMjAuNTczOCA3LjI1OTE3IDIwLjY3NDggNy4yMTUyOSAyMC43NDg1IDcuMTM5MDJDMjAuODIwNSA3LjA2NDQ3IDIwLjg2MDcgNi45NjQ4NyAyMC44NjA3IDYuODYxMjNDMjAuODYwNyA2Ljc1NzU4IDIwLjgyMDUgNi42NTc5OCAyMC43NDg1IDYuNTgzNDNaTTQuNzgzODggMS43Mjg5M0M0Ljc2MDc5IDEuNjU4MDMgNC43MTgzNCAxLjU5NSA0LjY2MTMyIDEuNTQ2OTVDNC42MDQzMSAxLjQ5ODkgNC41MzQ5OSAxLjQ2Nzc2IDQuNDYxMiAxLjQ1NzAzTDMuMjg3NjYgMS4yODYzTDIuNzY0MjYgMC4yMjMxMTNDMi43Mjc0OSAwLjE2MDY4MSAyLjY3NTA3IDAuMTA4OTI3IDIuNjEyMTYgMC4wNzI5NzEzQzIuNTQ5MjYgMC4wMzcwMTUyIDIuNDc4MDYgMC4wMTgxMDIgMi40MDU2IDAuMDE4MTAyQzIuMzMzMTUgMC4wMTgxMDIgMi4yNjE5NSAwLjAzNzAxNTIgMi4xOTkwNCAwLjA3Mjk3MTNDMi4xMzYxNCAwLjEwODkyNyAyLjA4MzcxIDAuMTYwNjgxIDIuMDQ2OTQgMC4yMjMxMTNMMS41MjExNSAxLjI4NjNMMC4zNDc2MDUgMS40NTcwM0MwLjI3Mzc3IDEuNDY3NjkgMC4yMDQzODkgMS40OTg3OSAwLjE0NzMwNSAxLjU0NjgyQzAuMDkwMjIxOSAxLjU5NDg1IDAuMDQ3NzEzMSAxLjY1Nzg5IDAuMDI0NTg0NyAxLjcyODgxQzAuMDAxNDU2MjIgMS43OTk3NCAtMC4wMDEzNjk0IDEuODc1NzIgMC4wMTY0MjczIDEuOTQ4MTZDMC4wMzQyMjM5IDIuMDIwNjEgMC4wNzE5MzMxIDIuMDg2NjMgMC4xMjUyOTEgMi4xMzg3N0wwLjk3NDE2MSAyLjk2NjQ0TDAuNzc0MjM5IDQuMTM1MTlDMC43NjEyMjUgNC4yMDg5IDAuNzY5MTYyIDQuMjg0NzggMC43OTcxNDQgNC4zNTQyQzAuODI1MTI3IDQuNDIzNjEgMC44NzIwMzMgNC40ODM3OSAwLjkzMjUyNSA0LjUyNzg2QzAuOTkzMDE3IDQuNTcxOTQgMS4wNjQ2NyA0LjU5ODE2IDEuMTM5MzIgNC42MDM1MkMxLjIxMzk4IDQuNjA4ODkgMS4yODg2NCA0LjU5MzE5IDEuMzU0ODEgNC41NTgyMkwyLjQwNDQgNC4wMDQ4NEwzLjQ1Mzk5IDQuNTU2NjJDMy41MjAwMyA0LjU5MTM0IDMuNTk0NDYgNC42MDY4OSAzLjY2ODg3IDQuNjAxNTJDMy43NDMyOCA0LjU5NjE1IDMuODE0NyA0LjU3MDA2IDMuODc1MDYgNC41MjYyMkMzLjkzNTQyIDQuNDgyMzcgMy45ODIzMSA0LjQyMjUyIDQuMDEwNDMgNC4zNTM0MUM0LjAzODU0IDQuMjg0MzEgNC4wNDY3NyA0LjIwODcyIDQuMDM0MTcgNC4xMzUxOUwzLjgzNDI1IDIuOTY2NDRMNC42ODM1MiAyLjEzODc3QzQuNzM2OCAyLjA4NjYxIDQuNzc0NDQgMi4wMjA1OSA0Ljc5MjE4IDEuOTQ4MTdDNC44MDk5MSAxLjg3NTc0IDQuODA3MDQgMS43OTk4IDQuNzgzODggMS43Mjg5M1pNMy4xMjQxMiAyLjU0MDYxQzMuMDc3NzQgMi41ODU4IDMuMDQzMDMgMi42NDE1NyAzLjAyMjk3IDIuNzAzMTRDMy4wMDI5MSAyLjc2NDcxIDIuOTk4MTEgMi44MzAyMyAzLjAwODk3IDIuODk0MDdMMy4xMDgxMyAzLjQ3MTg1TDIuNTkwMzMgMy4xOTg3NUMyLjUzMjk4IDMuMTY4NjQgMi40NjkxOCAzLjE1MjkxIDIuNDA0NCAzLjE1MjkxQzIuMzM5NjMgMy4xNTI5MSAyLjI3NTgyIDMuMTY4NjQgMi4yMTg0OCAzLjE5ODc1TDEuNjk4NjggMy40NzE0NUwxLjc5Nzg0IDIuODkzNjdDMS44MDg4OSAyLjgzMDA2IDEuODA0MzcgMi43NjQ3MiAxLjc4NDY3IDIuNzAzMjNDMS43NjQ5NiAyLjY0MTc0IDEuNzMwNjYgMi41ODU5NSAxLjY4NDY4IDIuNTQwNjFMMS4yNjQ0NSAyLjEzMTU3TDEuODQ0NjIgMi4wNDcyQzEuOTA4NzggMi4wMzc4OSAxLjk2OTcxIDIuMDEzMTIgMi4wMjIxNyAxLjk3NTAyQzIuMDc0NjIgMS45MzY5MSAyLjExNzAyIDEuODg2NjMgMi4xNDU3IDEuODI4NDlMMi40MDQ0IDEuMzAzNDlMMi42NjM1IDEuODI4NDlDMi42OTIxNiAxLjg4NjU3IDIuNzM0NSAxLjkzNjgyIDIuNzg2ODggMS45NzQ5MkMyLjgzOTI1IDIuMDEzMDIgMi45MDAxIDIuMDM3ODIgMi45NjQxOSAyLjA0NzJMMy41NDM5NiAyLjEzMTU3TDMuMTI0MTIgMi41NDA2MVpNMjIuNjQ1MyAyMC4wNDIySDIyLjY0MzdMMjIuNDc5IDE5Ljc5NTFDMjIuMDIyIDE5LjExMTYgMjEuNDMwMSAxOC41Mjg4IDIwLjczOTcgMTguMDgyNEMyMC4wNDkzIDE3LjYzNTkgMTkuMjc0OSAxNy4zMzUzIDE4LjQ2NDEgMTcuMTk4OUMxOC4zNjA4IDE3LjE4NDIgMTguMjU1OCAxNy4yMTA0IDE4LjE3MTYgMTcuMjcyQzE4LjA4NzMgMTcuMzMzNyAxOC4wMzA1IDE3LjQyNTggMTguMDEzMyAxNy41Mjg3QzE3Ljk5NjEgMTcuNjMxNyAxOC4wMTk4IDE3LjczNzMgMTguMDc5NCAxNy44MjNDMTguMTM5IDE3LjkwODcgMTguMjI5NyAxNy45Njc3IDE4LjMzMjIgMTcuOTg3NEMxOS41MTQxIDE4LjE4OCAyMC41OTEzIDE4Ljc4ODUgMjEuMzgzNCAxOS42ODgzQzIxLjA1NDIgMTkuNzQ3NSAyMC43NDEzIDE5Ljg3NjEgMjAuNDY1NiAyMC4wNjU1QzIwLjE4OTggMjAuMjU0OCAxOS45NTc1IDIwLjUwMDcgMTkuNzg0IDIwLjc4NjdDMTkuMzUzNCAyMS41NTc5IDE5LjYyOTUgMjIuNTMyMiAyMC40MDA4IDIyLjk2MjlDMjEuMTcyIDIzLjM5MzUgMjIuMTQ2MyAyMy4xMTczIDIyLjU3NjkgMjIuMzQ2MUMyMi43NDE0IDIyLjAyODUgMjIuODMwMiAyMS42NzczIDIyLjgzNjQgMjEuMzE5N0MyMy4wNDQ5IDIxLjYyMjUgMjMuMTYzNyAyMS45NzggMjMuMTc5MiAyMi4zNDUzQzIzLjE5NDcgMjIuNzEyNiAyMy4xMDYzIDIzLjA3NjggMjIuOTI0IDIzLjM5NjFDMjIuODk2OCAyMy40NDIgMjIuODc5IDIzLjQ5MjkgMjIuODcxOCAyMy41NDU4QzIyLjg2NDUgMjMuNTk4NyAyMi44NjggMjMuNjUyNiAyMi44ODE4IDIzLjcwNDFDMjIuODk1NyAyMy43NTU3IDIyLjkxOTggMjMuODAzOSAyMi45NTI3IDIzLjg0NkMyMi45ODU1IDIzLjg4ODEgMjMuMDI2NSAyMy45MjMyIDIzLjA3MzEgMjMuOTQ5MkMyMy4xMTk4IDIzLjk3NTMgMjMuMTcxMSAyMy45OTE3IDIzLjIyNDIgMjMuOTk3NUMyMy4yNzczIDI0LjAwMzMgMjMuMzMxIDIzLjk5ODUgMjMuMzgyMiAyMy45ODMyQzIzLjQzMzMgMjMuOTY4IDIzLjQ4MDkgMjMuOTQyNiAyMy41MjIyIDIzLjkwODdDMjMuNTYzNCAyMy44NzQ3IDIzLjU5NzQgMjMuODMyOCAyMy42MjIxIDIzLjc4NTVDMjQuMzU0MyAyMi40Nzc4IDIzLjkyMyAyMC44MjU0IDIyLjY0NTMgMjAuMDQyMlpNMjEuODc5NiAyMS45NTU4QzIxLjY2NjIgMjIuMzQyNSAyMS4xNzk3IDIyLjQ4MyAyMC43OTMxIDIyLjI2OTZDMjAuNDA2NCAyMi4wNTYyIDIwLjI2NTkgMjEuNTY5NyAyMC40Nzk0IDIxLjE4M0wyMC40ODMgMjEuMTc2NUMyMC41OTk1IDIwLjk4NTggMjAuNzU3MiAyMC44MjM1IDIwLjk0NDUgMjAuNzAxNkMyMS4xMzE5IDIwLjU3OTcgMjEuMzQ0MSAyMC41MDEyIDIxLjU2NTcgMjAuNDcyQzIxLjYzNTIgMjAuNDcwMSAyMS43MDQxIDIwLjQ4NjEgMjEuNzY1NyAyMC41MTg0QzIyLjEwMzEgMjAuNzA2NyAyMi4xMjExIDIxLjUyMzIgMjEuODc5NiAyMS45NTU4WiIgZmlsbD0iIzVFMDAwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwMTNfODQwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");background-size:1.5rem 1.5rem;width:1.5rem;height:1.5rem;margin-right:.5rem;flex-shrink:0}.freeShippingBarCurrency{color:#5e0000;font-weight:700}.freeShippingBarLoading{text-align:center;font-size:.65rem;color:#717171;padding:.9375rem 0}.custom-cart-template-wrap #freeShippingBarContainer{display:none !important}#is-not-me{display:none}#shipping-preview-container #removeConfirmationModal a span{color:#000}


/* source: <vtex.checkout-ui-custom@0.20.1> */
input,select,button{outline:none !important}.vcustom--vtex-omnishipping-1-x-address input,#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select,.orderform-template .summary-note .note-textarea,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input,.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.table.cart-items td.quantity input,.table.cart-items tbody tr td .product-service select,.table.cart-items tr.item-attachments-content input,.table.cart-items tr.item-attachments-content select,#vtexIdContainer input{height:40px;line-height:40px;max-height:initial;display:inline-block;padding:0px 10px;border-radius:4px;border:1px solid #cbcbcb;outline:initial;font-family:"Roboto", sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.vcustom--vtex-omnishipping-1-x-address input.error,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.orderform-template .summary-note .error.note-textarea,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select.error:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select.error:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input.error,.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type=submit],.table.cart-items td.quantity input.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,#vtexIdContainer input.error{border-color:#ff4c4c}.vcustom--vtex-omnishipping-1-x-address input:focus,#app-container input[type=text]:focus,#app-container input[type=tel]:focus,#app-container input[type=email]:focus,#app-container select:focus,.orderform-template .summary-note .note-textarea:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:focus:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:focus:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input[type=text]:focus:not(.pac-target-input),.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text]:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:focus,.table.cart-items td.quantity input:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,#vtexIdContainer input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.4)}input#creditCardpayment-card-0Number,input#creditCardpayment-card-0Code,input#creditCardpayment-card-1Number,input#creditCardpayment-card-1Code{font-size:18px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{animation:input_background_autofill 0s forwards}@keyframes input_background_autofill{100%{background-color:rgba(0,0,0,0)}}.btn,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{font-family:"Roboto", sans-serif;text-shadow:none;border-radius:30px;outline:none !important;text-align:center;font-size:12px;padding:5px 12px;box-sizing:border-box;display:inline-block;background:none;box-shadow:none}.btn,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.btn:hover,.btn:focus{transition:all ease .3s}.btn:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{background:none}.btn-large,.client-pre-email .client-email.input.text .btn-success{padding:17px 19px}.btn-link,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{color:#1a73e8}.btn-link:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn-link:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{color:#1d63be}.btn-success{background:#2fba2d;border:1px solid #2fba2d;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#269e24;border:1px solid #269e24}.btn-success[disabled]{background:#2fba2d}.btn-primary{background:#1a73e8;border:1px solid #1a73e8;color:#f1f7ff}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#1d63be;border:1px solid #1d63be}.btn-secondary,.orderform-template-holder #payment-data #btn-add-gift-card,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.table.cart-items tbody tr td .product-service input[type=submit],.table.cart-items tbody tr td.product-name .add-service.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container a{background:rgba(0,0,0,0);border:1px solid #1a73e8;color:#1a73e8}.btn-secondary:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:hover,.table.cart-items tbody tr td .product-service input[type=submit]:hover,.table.cart-items tbody tr td.product-name .add-service.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:hover,.table.cart-items tbody tr td.product-name .clone-item.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:hover,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,.btn-secondary:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:focus,.table.cart-items tbody tr td .product-service input[type=submit]:focus,.table.cart-items tbody tr td.product-name .add-service.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:focus,.table.cart-items tbody tr td.product-name .clone-item.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:focus,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,.btn-secondary:active,.orderform-template-holder #payment-data #btn-add-gift-card:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit]:active,.table.cart-items tbody tr td .product-service input[type=submit]:active,.table.cart-items tbody tr td.product-name .add-service.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:active,.table.cart-items tbody tr td.product-name .clone-item.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:active,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active{background:#f1f7ff;border:1px solid #1d63be;color:#1d63be}.btn-outlined{background:rgba(0,0,0,0);border:1px solid #2fba2d;color:#2fba2d}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:rgba(0,0,0,0);border:1px solid #269e24}.btn#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.orderform-template .cart-template.mini-cart h2,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle,.client-pre-email h3.client-pre-email-h span:after,.cart-more-options .srp-container .srp-main-title{font-size:calc(12px + 2px);text-transform:uppercase;border-bottom:1px solid #eeeeee;font-weight:bold;margin-bottom:15px;padding:7px 0 !important;color:#999999;color:#323232;border:none;font-size:20px;text-transform:initial;margin-bottom:0px}.payment-data .gift-card-section,.payment-data .payment-discounts-alert{margin:0;width:100% !important;box-sizing:border-box}.input-append,.input-prepend{display:flex !important;align-items:stretch}.input-append .btn,.input-append .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-append a,.input-append .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-append a,.input-append .add-on,.input-prepend .btn,.input-prepend .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-prepend a,.input-prepend .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-prepend a,.input-prepend .add-on{height:40px;line-height:40px;box-sizing:border-box;padding:0;width:20px}.input-append .add-on,.input-prepend .add-on{height:initial !important}.input-append input,.input-prepend input{border-radius:0 4px 4px 0 !important;width:100% !important;max-width:100px !important}.payment-discoints-table .number,.gift-card-provider-group .number,.payment-discoints-table .action,.gift-card-provider-group .action{text-align:right}@media(max-width: 690px){.orderform-template-holder .client-profile-data input[type=text]{width:100% !important}}@media(max-width: 690px){.item-quantity-change{display:inline-block}.item-quantity-change{float:left;padding:3px 5px 3px 0px}.item-quantity-change-increment{padding-left:5px;padding-right:0}.full-cart .cart-links-bottom .btn-success{width:83%;display:block;margin-top:10px}.full-cart .cart table{display:block;margin-top:0 !important}.full-cart .cart table thead{display:none}.full-cart .cart table tbody{display:block}.full-cart .cart table tbody tr+tr{border-top:1px dashed #ddd}.full-cart .cart table tbody tr{display:block;margin-top:10px;padding:10px 0;position:relative}.full-cart .cart table tbody tr .product-name a,.full-cart .cart table tbody tr .product-name .seller{overflow:hidden}.full-cart .cart table tbody tr td{display:inline-block;padding:4px 0}.full-cart .cart table tbody tr td.product-name .seller{display:block;line-height:120%;font-size:80%;margin:4px 0}.full-cart .cart table tbody tr td.product-image,.full-cart .cart table tbody tr td.bundle-item-image{left:0;position:absolute}.full-cart .cart table tbody tr td.product-name{display:block;margin-left:60px;text-align:left;line-height:140%;width:auto}.full-cart .cart table tbody tr td.product-name{padding:0 0 10px !important}.full-cart .cart table tbody tr td.empty,.full-cart .cart table tbody tr td.shipping-date,.full-cart .cart table tbody tr td .brand{display:none}.full-cart .cart table tbody tr td.product-name a,.full-cart .cart table tbody tr td.bundle-item-name span{display:block;padding-right:20px}.full-cart .cart table tbody tr td.quantity{width:81px;padding:0px;margin-left:60px}.full-cart .cart table tbody tr td.quantity input{float:left;margin:0;width:25px}.full-cart .cart table tbody tr td.product-price{text-align:right;float:right;margin-right:5px;padding:0}.full-cart .cart table tbody tr td.quantity-price{display:none}.full-cart .cart table tbody tr td.item-remove{position:absolute;top:2px;right:0;width:24px}.cart-links-bottom{float:none;margin-top:5px;margin-bottom:40px;text-align:right}.more{margin-right:0}.full-cart .cart-links-bottom .btn-success{width:auto}.full-cart .cart table tbody tr.item-attachments-head{border:0;margin:0;padding:0}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header{top:auto}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header:after{content:none}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header strong{box-shadow:none}.full-cart .cart table tbody tr.item-attachments-content{margin:0;border:0;padding:0}.full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields{margin-left:5px;width:95%}}.default-modal{border-radius:4px;height:auto}.modal .btn,.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a,.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a{background:#fff}.modal.guest-login-modal button.btn{width:auto}.modal.guest-login-modal,.modal.modal-email-template,.modal.modal-payment-template,.modal.modal-masked-info-template{background:#2fba2d}.payment-confirmation-message{width:100%}#vtexIdContainer{position:fixed !important}.vtexIdUI{position:absolute;top:50% !important;transform:translateY(-50%) !important}#vtexIdContainer{position:fixed}#vtexIdContainer a{color:#1a73e8}#vtexIdContainer .vtexIdUI .modal-footer{background:none}#vtexIdContainer .vtexIdUI .btn,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a{border-radius:30px;height:40px;line-height:40px;box-shadow:none !important;font-size:12px;padding:0 30px}#vtexIdContainer .vtexIdUI .btn.btn-success,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success{background:#2fba2d;border:1px solid #2fba2d}#vtexIdContainer .vtexIdUI .btn.btn-success:hover,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .btn.btn-success:focus,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .btn.btn-success:active,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:active,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:active{background:#269e24;border:1px solid #269e24}#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a#vtexIdUI-facebook,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#vtexIdUI-facebook,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook{background:#4568ad !important}@media(max-width: 768px){#vtexIdContainer{position:fixed !important}#vtexIdContainer .vtexIdUI{overflow:auto;border-radius:0;width:100%;left:0;margin:0;top:0;height:100% !important;border:none}#vtexIdContainer .vtexIdUI .modal-header .close{top:0;right:0;margin:0;padding:4px 8px}}body{font-family:"Roboto", sans-serif;min-width:initial !important;padding:0;background:#f4f2f2;padding-bottom:40px !important;min-height:93vh;position:relative;font-size:12px;overflow-x:hidden}body a{color:#1a73e8}body a:hover{color:#1d63be}@media(max-width: 768px){body{padding-bottom:0px !important}}body .cart-template.full-cart>*{opacity:0;transition-delay:1.2s;transition-property:opacity;-webkit-transition-duration:.5s}body.v-custom-loaded .cart-template.full-cart>*{opacity:initial}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-deliveryGroup{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-submitPaymentButton{display:block}.onda-v1 .br-pill,.step,.cart,.totalizers{border-radius:4px}.loading.loading-bg{background:#f4f2f2}.container{max-width:1240px;width:calc(100% - 40px)}@media(max-width: 690px){.container{width:calc(100% - 20px)}}.checkout-container{overflow:initial !important;z-index:2}@media(max-width: 768px){.checkout-container{margin-bottom:30px}}.checkout-container .orderform-template,.checkout-container .cart-template{display:flex;justify-content:space-between;align-items:flex-start;transition:position ease .8s,opacity ease .8s,margin ease .8s}.checkout-container .orderform-template.inactive,.checkout-container .cart-template.inactive{max-height:50vh;overflow:hidden;top:0;position:absolute}.checkout-container .full-cart.inactive{margin-left:-140%}.checkout-container .orderform-template.inactive{left:140%;margin:0;display:none !important}.container-cart h1,h1#orderform-title{font-size:22px !important;font-weight:400 !important;color:#323232 !important}h1#orderform-title{display:none !important}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{background:#fff;border:1px solid #323232;color:#323232;width:26px;height:26px;line-height:26px;font-size:15px}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .payment-data .accordion-toggle>span:not(.payment-edit-link):before,body.v-custom-step-shipping .shipping-data .accordion-toggle:before,body.v-custom-step-profile .client-profile-data .accordion-toggle>span:before,body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .shipping-data .accordion-toggle:before,body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-profile-data .accordion-toggle>span:before,body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before{background:#1a73e8;border-color:#1a73e8;color:#fff}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{text-align:center;margin-right:10px;border-radius:100%;display:inline-block;font-weight:bold;vertical-align:middle;margin-top:-2px}.client-pre-email h3.client-pre-email-h span:before{content:"1"}.client-profile-data .accordion-toggle>span:before{content:"2"}.shipping-data .accordion-toggle:before{content:"3"}.payment-data .accordion-toggle>span:not(.payment-edit-link):before{content:"4"}@media(max-width: 690px){body:before{width:0;height:4px;background:#1a73e8;display:block;content:"";position:fixed;top:0;transition:all ease .3s;z-index:999}body.v-custom-step-email:before{width:23%}body.v-custom-step-profile:before{width:46%}body.v-custom-step-shipping:before{width:69%}body.v-custom-step-payment:before{width:92%}}body.v-custom-step-payment .checkout-steps_item_cart .text,body.v-custom-step-payment .checkout-steps_item_identification .text,body.v-custom-step-payment .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_payment .text,body.v-custom-step-shipping .checkout-steps_item_cart .text,body.v-custom-step-shipping .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_shipping .text,body.v-custom-step-email .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_cart .text,body.v-custom-step-profile .checkout-steps_item_identification .text,body.v-custom-step-cart .checkout-steps_item_cart .text{color:#323232;font-weight:bold;pointer-events:initial}body.v-custom-step-cart .checkout-steps_item_cart{opacity:1}body.v-custom-step-cart .checkout-steps_item_cart .text{pointer-events:none}body.v-custom-step-cart .checkout-steps_item_cart:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-email .checkout-steps_bar_inner-active,body.v-custom-step-profile .checkout-steps_bar_inner-active{width:20%}body.v-custom-step-email .checkout-steps_item_cart,body.v-custom-step-email .checkout-steps_item_identification,body.v-custom-step-profile .checkout-steps_item_cart,body.v-custom-step-profile .checkout-steps_item_identification{opacity:1}body.v-custom-step-email .checkout-steps_item_cart:before,body.v-custom-step-email .checkout-steps_item_identification:before,body.v-custom-step-profile .checkout-steps_item_cart:before,body.v-custom-step-profile .checkout-steps_item_identification:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_identification .text{pointer-events:none}body.v-custom-step-shipping .checkout-steps_bar_inner-active{width:40%}body.v-custom-step-shipping .checkout-steps_item_cart,body.v-custom-step-shipping .checkout-steps_item_identification,body.v-custom-step-shipping .checkout-steps_item_shipping{opacity:1}body.v-custom-step-shipping .checkout-steps_item_cart:before,body.v-custom-step-shipping .checkout-steps_item_identification:before,body.v-custom-step-shipping .checkout-steps_item_shipping:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-shipping .checkout-steps_item_shipping .text{pointer-events:none}body.v-custom-step-payment .checkout-steps_bar_inner-active{width:60%}body.v-custom-step-payment .checkout-steps_item_cart,body.v-custom-step-payment .checkout-steps_item_identification,body.v-custom-step-payment .checkout-steps_item_shipping,body.v-custom-step-payment .checkout-steps_item_payment{opacity:1}body.v-custom-step-payment .checkout-steps_item_cart:before,body.v-custom-step-payment .checkout-steps_item_identification:before,body.v-custom-step-payment .checkout-steps_item_shipping:before,body.v-custom-step-payment .checkout-steps_item_payment:before{background:#1a73e8;border-color:#1a73e8}body.v-custom-step-payment .checkout-steps_item_payment .text{pointer-events:none}.checkout-steps{display:none;position:relative;min-width:470px;width:100%;display:block}@media(max-width: 690px){.checkout-steps{display:none !important}}.checkout-steps_bar_inner-active{width:0;background:#1a73e8}.checkout-steps_items{display:flex;justify-content:space-between}.checkout-steps_item{position:relative;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;opacity:.6}.checkout-steps_item:after{content:"";height:2px;background:#1a73e8;margin:0px 5px;min-width:10px}.checkout-steps_item .text{clear:both;display:flex;align-items:center;color:#999999;font-weight:500;cursor:pointer;pointer-events:none}.checkout-steps_item .text:before{content:"";width:7px;height:7px;background:#1a73e8;border:2px solid #1a73e8;display:inline-block;border-radius:100%;margin-right:7px;transition:all ease .3s}.checkout-steps_item_cart:after{width:calc(100% - 50px)}.checkout-steps_item_identification:after{width:calc(100% - 103px)}.checkout-steps_item_shipping:after{width:calc(100% - 77px)}.checkout-steps_item_payment:after{width:calc(100% - 77px)}.checkout-steps_item_confirmation:after{display:none}body .main-header{padding:12px 0;text-align:center;border-bottom:1px solid #cbcbcb;position:relative;background-color:#fff;margin-bottom:40px}body .main-header,body .main-header>.container{display:flex;align-items:center}@media(max-width: 690px){body .main-header,body .main-header>.container{justify-content:center}}body .main-header>.container:before,body .main-header>.container:after{display:none}body .main-header .header-link{position:absolute;left:0px;top:calc(100% + 18px);display:none}body .main-header .header-link a{height:20px;font-size:11px;line-height:115%;padding-left:0px;color:#676767;display:flex;align-items:center}body .main-header .header-link a:before{display:block;float:left;width:10px;height:10px;-webkit-mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#676767;content:""}body .main-header .header-link a.back-cart-link{display:none}@media(max-width: 690px){body .main-header .header-link{top:50%;transform:translateY(-50%)}body .main-header .header-link a{max-width:80px}body .main-header .header-link a:before{width:17px;height:17px}}body .main-header .logo{max-width:calc(100% - 180px)}body .main-header .logo svg.vtex-logo{height:50px}body .main-header .logo,body .main-header .logo img{display:inline-block;font-size:24px;border:none;line-height:39px}body .main-header .checkout-steps{max-width:540px;margin-left:auto;padding-right:10px}@media(max-width: 690px){body:not(.body-cart) .main-header{padding:4px 0;margin-bottom:10px}body:not(.body-cart) .main-header .v-custom-mhide{display:none !important}body:not(.body-cart) .main-header,body:not(.body-cart) .main-header>.container{background:none;border:none;justify-content:center}body:not(.body-cart) .main-header .logo{cursor:default;pointer-events:none;font-weight:bold}body:not(.body-cart) .main-header .logo svg,body:not(.body-cart) .main-header .logo img{display:none !important}body:not(.body-cart) .main-header .logo:before{content:"checkout";text-transform:uppercase}body:not(.body-cart) .main-header .logo,body:not(.body-cart) .main-header .logo:hover{color:#323232;font-size:14px}body:not(.body-cart) .main-header .header-link{display:block}body:not(.body-cart) .main-header a.buy-more-link{display:none}body:not(.body-cart) .main-header a.back-cart-link{display:block !important;font-size:0}body:not(.body-cart) .main-header a.back-cart-link:before{background:#323232}}.main-footer{clear:both;text-align:center;padding:2px 0;border-top:1px solid #cbcbcb;position:absolute;bottom:0;width:100%;z-index:-1}.main-footer .container{position:initial}@media(max-width: 768px){.main-footer{position:relative}}.main-footer a.credits-vtex{width:100px;display:block;margin:0 auto}.main-footer .vtex-logo{display:block;margin:0 auto}.main-footer svg,.main-footer svg path{fill:#999999}.cart{border:none;padding:0}body.v-custom-step-cart .main-header .header-link{display:block}body.v-custom-cart-empty #cart-title,body.v-custom-cart-empty #shipping-preview-container,body.v-custom-cart-empty .summary-template-holder,body.v-custom-cart-empty .checkout-steps,body.v-custom-cart-empty .cart-more-options{display:none !important}body.v-custom-cart-empty .cart-template-holder{margin:0 auto}.empty-cart-content{padding:50px 0}h1#cart-title{display:none !important}.cart-more-options,.cart-template-holder .cart{padding:20px 30px;background:#fff;margin:0;border-radius:4px}@media(max-width: 690px){.cart-more-options,.cart-template-holder .cart{padding:12px}}.cart-template-holder .cart{border:none;margin-bottom:20px}.table.cart-items{display:block}.table.cart-items thead{width:100%;display:block}.table.cart-items thead tr{display:flex;align-items:center}.table.cart-items thead tr th.product{width:calc(100% - 235px) !important}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{width:90px !important}.table.cart-items thead tr th.item-remove,.table.cart-items thead tr th.quantity-price,.table.cart-items thead tr th.shipping-date{display:none}.table.cart-items thead tr th.quantity{min-width:62px}.table.cart-items thead tr th.product-image{order:1}.table.cart-items thead tr th.product-name{order:2}.table.cart-items thead tr th.shipping-date{order:3}.table.cart-items thead tr th.quantity{order:4}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{order:5}.table.cart-items tr.item-attachments-head{border:none !important;justify-content:center}.table.cart-items tr.item-attachments-head .help-arrow{display:none}.table.cart-items td.shipping-date{display:none}.table.cart-items tbody{display:flex;flex-wrap:wrap;width:100%}.table.cart-items tbody tr{width:100%;display:flex;flex-wrap:wrap;border-top:1px solid #eeeeee}.table.cart-items tbody tr.hide{display:none}.table.cart-items tbody tr>.v-custom-bundles{width:100%}@media(max-width: 690px){.table.cart-items tbody tr{margin-top:0 !important}.table.cart-items tbody tr:first-child{border:none}}.table.cart-items tbody tr.item-attachments-head,.table.cart-items tbody tr.item-attachments-content{display:none}.table.cart-items tbody tr .v-custom-product-item-wrap{width:100%;display:flex;align-items:center;position:relative;padding:20px 0}@media(max-width: 690px){.table.cart-items tbody tr .v-custom-product-item-wrap{display:block;padding:10px 0}.table.cart-items tbody tr .v-custom-product-item-wrap:after{content:"";clear:both;display:block}}.table.cart-items tbody tr td{width:auto;border:none}.table.cart-items tbody tr td.product-name .add-service-container,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container{margin:10px 0}.table.cart-items tbody tr td.product-name .add-service-container+p,.table.cart-items tbody tr td.product-name .clone-item.btn+p,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item+p,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item+p,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .add-item-attachment-container+p{display:none}@media(min-width: 769px){.table.cart-items tbody tr td.product-name{width:calc(100% - 355px) !important}}.table.cart-items tbody tr td.product-name .seller{display:block}.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:90px !important;white-space:nowrap;margin:0 10px;line-height:16px}.table.cart-items tbody tr td.product-price br,.table.cart-items tbody tr td.quantity-price br{display:none}@media(max-width: 690px){.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:initial !important;text-align:right;float:right;margin:0;padding:0}}.table.cart-items tbody tr td.product-price .new-product-price-label,.table.cart-items tbody tr td.product-price .old-product-price-label,.table.cart-items tbody tr td.quantity-price .new-product-price-label,.table.cart-items tbody tr td.quantity-price .old-product-price-label{display:none}.table.cart-items tbody tr td.product-price .list-price,.table.cart-items tbody tr td.quantity-price .list-price{font-size:10px}.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{font-weight:bold;position:relative}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{display:flex;justify-content:flex-end;margin-top:7px}.table.cart-items tbody tr td.product-price .total-selling-price .discount,.table.cart-items tbody tr td.product-price .best-price .discount,.table.cart-items tbody tr td.quantity-price .total-selling-price .discount,.table.cart-items tbody tr td.quantity-price .best-price .discount{margin-left:5px;display:block}}.table.cart-items tbody tr td.product-price .new-product-real-price-per-unit,.table.cart-items tbody tr td.quantity-price .new-product-real-price-per-unit{display:inline-block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__best,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__best{font-weight:bold;font-size:12px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list{display:block;font-size:10px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{display:block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list{text-decoration:line-through;color:#999999}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{color:#676767;font-size:10px;line-height:11px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{margin-bottom:3px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .discount,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .discount{display:none}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:after{content:")"}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:before{content:"("}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .best-price,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .best-price{font-weight:normal;display:inline-block}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list>*:last-child,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list>*:last-child{margin-bottom:-7px}}.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active>.list-price,.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active>.list-price{display:none !important}.table.cart-items tbody tr td.product-price>span.list-price,.table.cart-items tbody tr td.product-price>span.best-price,.table.cart-items tbody tr td.quantity-price>span.list-price,.table.cart-items tbody tr td.quantity-price>span.best-price{display:block}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{z-index:2}.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{position:absolute;top:-2px;left:-4px;background:#fff}.table.cart-items tbody tr td.product-price a.manualprice-link-remove i.icon-remove:before,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove i.icon-remove:before{width:10px !important;height:10px !important}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price span.product-manualprice{padding:5px 5px 5px 31px;border:1px solid #ccc;display:inline-block;background:#fff;border-radius:5px;box-shadow:0 0 19px #777;position:absolute;top:0;left:0;transform:translate(-15%, -34%)}@media(max-width: 690px){.table.cart-items tbody tr td.product-price span.list-price:not(.hide)+br+span.best-price{margin-top:0}}.table.cart-items tbody tr td.item-remove{margin-left:auto;width:20px !important}@media(max-width: 690px){.table.cart-items tbody tr td.item-remove{top:0 !important}}.table.cart-items tbody tr td.product-image{order:1}.table.cart-items tbody tr td.product-name{order:2;width:60%}.table.cart-items tbody tr td.shipping-date{order:3}.table.cart-items tbody tr td.quantity{order:4}.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{order:5}.table.cart-items tbody tr td.item-remove{order:10}.table.cart-items tbody tr td.quantity-price{display:none !important}.table.cart-items tbody tr td.product-price{display:block !important}.table.cart-items tbody tr td .field-help{background:#1a73e8;border-color:#1a73e8}.table.cart-items tbody tr td i.icon-question-sign{color:#1a73e8}.table.cart-items tbody tr td .add-item-attachment-container,.table.cart-items tbody tr td .clone-item,.table.cart-items tbody tr td p.clone-item-container{display:none !important}.table.cart-items tbody tr td hr.clone-item-sep{margin:0;clear:both;border:none}.table.cart-items tbody tr td .product-service{height:calc(40px + 10px);margin-top:10px;position:relative}@media(min-width: 690px){.table.cart-items tbody tr td .product-service fieldset{width:100%;position:absolute;min-width:250px}}.table.cart-items tbody tr td .product-service p{display:flex}.table.cart-items tbody tr td .product-service select{background:#fff;width:100%;margin-right:10px}.table.cart-items tbody tr td.quantity input{line-height:inherit}.table.cart-items tbody tr .v-custom-assemblies{clear:both}.table.cart-items tbody tr.v-custom-bundles-in .product-service{display:none}.table.cart-items tbody tr.item-unavailable{margin:10px 0;border-radius:10px;border:none !important}@media(max-width: 690px){.table.cart-items tbody tr.item-unavailable{padding:0;text-align:center}}.table.cart-items tbody tr.v-custom-indexedItems-in+tr.item-unavailable{display:none}.table.cart-items tbody tr.v-custom-indexed-item{border:none}.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{margin:0 0 10px 0;padding:0;border-top:none}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-product-item-wrap,.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-product-item-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{background:#f1f7ff;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;box-sizing:border-box;padding:5px 10px}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{margin-bottom:10px;margin-top:10px}.table.cart-items tbody tr.v-custom-indexed-item td.quantity,.table.cart-items tbody tr.item-service td.quantity{background:#fff;width:25px;height:20px;text-align:center;justify-content:center}.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,.table.cart-items tbody tr.item-service td.quantity p{width:100%}.table.cart-items tbody tr.v-custom-indexed-item td.product-price,.table.cart-items tbody tr.item-service td.product-price{display:none !important}.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,.table.cart-items tbody tr.item-service td.quantity-price{display:block !important}.table.cart-items tbody tr.v-custom-indexed-item .item-remove,.table.cart-items tbody tr.item-service .item-remove{margin-left:auto;position:initial;width:auto}.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before{content:"-";background:#ff4c4c;color:#fff;line-height:9px;border-radius:100%;width:16px;height:16px;font-size:27px}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{border-top:none !important}.table.cart-items tbody tr.v-custom-indexed-item .product-price,.table.cart-items tbody tr.v-custom-indexed-item .quantity,.table.cart-items tbody tr.item-service .product-price,.table.cart-items tbody tr.item-service .quantity{margin:auto !important;width:auto !important;min-width:initial !important}}.table.cart-items tbody tr.v-custom-indexed-item:last-child{margin-bottom:20px}.table.cart-items tbody tr.v-custom-indexed-item td.product-image{display:none}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item td.quantity{display:none}}.table.cart-items tbody tr.v-custom-indexed-item td.product-name{margin-left:0 !important;padding:0 !important;width:100% !important;margin-right:15px}.table.cart-items tbody tr.v-custom-indexed-item p{margin:0;padding:0}.table.cart-items tbody tr:last-child{border-bottom:none}.table.cart-items tbody>tr.v-custom-indexed-item,.table.cart-items tbody>tr[data-parentitemindex]{display:none}.table.cart-items tbody>tr.v-custom-indexed-item+.item-unavailable,.table.cart-items tbody>tr[data-parentitemindex]+.item-unavailable{display:none}.table.cart-items td.product-image a{overflow:hidden;border-radius:4px}.table.cart-items td.product-image a{margin-right:20px}.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:100px;display:block;max-width:initial;height:auto}@media(max-width: 690px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:70px}}.table.cart-items td.product-name a,.table.cart-items td.product-name a:hover{color:#333;font-weight:bold;text-decoration:none}.table.cart-items td.quantity{margin:0 0 0 10px;display:flex;align-items:center;padding:0;border-radius:4px;border:1px solid #cbcbcb;float:left;min-width:30px;text-align:center;justify-content:center}.table.cart-items td.quantity input{margin:0;width:30px !important;height:30px !important;padding:0;border:none;box-shadow:none}.table.cart-items td.quantity .item-quantity-change{position:initial;left:initial;top:initial;bottom:initial;height:initial;display:flex;align-items:center;justify-content:center;padding:0}.table.cart-items td.quantity .item-quantity-change i{background:none;line-height:30px;display:inline-block}.table.cart-items td.quantity .item-quantity-change i:before{font-weight:bold;font-size:22px;width:25px;height:25px;line-height:25px;color:#000;border-radius:100%}.table.cart-items td.quantity .item-quantity-change>p{margin:0}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before{content:"-";line-height:21px}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before{content:"+"}@media(max-width: 690px){.table.cart-items td.quantity{width:97px}.table.cart-items td.product-name,.table.cart-items td.quantity{margin-left:90px !important}}.table.cart-items i.icon.icon-remove.item-remove-ico:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:15px;height:15px}.summary-template-holder{background:#fff;padding:20px;text-align:left;box-sizing:border-box;border-radius:4px;position:sticky;top:20px;border:none}.summary-template-holder .summary-totalizers,.summary-template-holder .summary-coupon-wrap{width:100% !important}.summary-template-holder .cart-more-options{display:none !important}.summary-template-holder .summary-coupon{text-align:center;margin:0 auto !important;min-width:initial}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{display:none !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p{margin:0;color:#676767}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label{cursor:initial;font-size:13px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{margin:0;width:100%}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{width:100%;text-decoration:underline}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div{display:flex;justify-content:space-between;align-items:center}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none]{display:block !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-fields{width:100%}.summary-template-holder .summary-coupon p.coupon-fields span{display:flex;width:100%;position:relative}.summary-template-holder .summary-coupon p.coupon-fields span.info{align-items:center;padding:0;color:#323232}.summary-template-holder .summary-coupon p.coupon-fields span.info>span{text-align:left;margin-right:10px;color:#1a73e8}.summary-template-holder .summary-coupon p.coupon-fields span input{width:100%;margin-right:10px}.summary-template-holder .summary-coupon p.coupon-fields .delete{width:auto}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove{color:#ff4c4c;font-size:0;display:flex;align-items:center}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:11px;height:12px;display:block;line-height:10px}.summary-template-holder .summary-coupon i.icon-spin.loading-coupon{border:1px solid #666;border-top:none;border-radius:100%;font-size:0;width:20px;height:20px;padding:0;line-height:0;display:none;margin:0;position:absolute;top:25%;right:10px;z-index:-1}.summary-template-holder span.link-choose-more-products-wrapper{display:none}.summary-template-holder .cart-links-bottom{float:none;margin:10px 0 0 0}.summary-template-holder .cart-links-bottom .btn,.summary-template-holder .cart-links-bottom .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .summary-template-holder .cart-links-bottom a,.summary-template-holder .cart-links-bottom .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-links-bottom a{width:100%;box-sizing:border-box}.summary-template-holder .cart-links-bottom .btn-success{font-weight:bold}@media(max-width: 690px){.summary-template-holder .cart-links-bottom{position:fixed;bottom:0;width:100%;left:0;z-index:10000}.summary-template-holder .cart-links-bottom a{border-radius:0}}.summary-template-holder .summary-totalizers .table td.space,.summary-template-holder .summary-totalizers .table td.empty,.summary-template-holder .summary-totalizers tbody.shipping-calculate{display:none}.summary-template-holder .shipping-reset{display:none}.summary-template-holder .accordion-inner{margin-top:10px}.summary-template-holder tr:not(.Shipping){display:flex !important;justify-content:space-between;border:none !important}.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total){display:none !important}.summary-template-holder tbody{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;padding:15px 0;display:block}.summary-template-holder tbody td{display:inline-block;text-align:left !important;width:auto;color:#676767;font-size:13px;padding:0 0 3px 0 !important}.summary-template-holder tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.summary-template-holder tfoot tr td{padding:14px 0 !important;color:#323232;font-size:14px;font-weight:bold}.summary-template-holder tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#1a73e8}.summary-coupon{width:100% !important}.cart-select-gift-placeholder{width:auto !important;display:none !important}.cart-more-options{width:100% !important;margin:0 !important;border:none;padding:0;min-height:0 !important;display:flex !important;flex-wrap:wrap}.cart-more-options .cart-select-gift-placeholder{display:block !important}.cart-more-options .vtex-shipping-preview-0-x-alert .shp-alert-content.vtex-shipping-preview-0-x-content{display:flex;align-items:center}.cart-more-options .srp-container{max-width:100% !important}.cart-more-options .srp-container span.error{display:none}.cart-more-options .srp-container .srp-toggle__wrapper label{background:#fff;padding:10px 0;border-radius:4px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#fff;border-radius:4px}.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input){outline:initial}.cart-more-options .srp-container form.srp-postal-code__form.dib.relative{width:100%}.cart-more-options .srp-container button.shp-open-options{border-color:#1d63be}.cart-more-options .srp-container .onda-v1 .blue{color:#1a73e8;outline:none}.cart-more-options .srp-container .onda-v1 .b--blue{border-color:#1a73e8;outline:none}.cart-more-options .srp-container .onda-v1 .bg-blue{background:#1a73e8;outline:initial}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country{width:98%}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a{height:40px;outline:initial;border-radius:4px}.cart-more-options .srp-container .ship-postalCode{width:auto !important;max-width:190px}.cart-more-options .srp-container .ship-postalCode input#ship-postalCode{width:100%}.cart-more-options .cart-select-gift-placeholder,.cart-more-options #shipping-preview-container{margin:20px;width:100%}@media(min-width: 690px){.cart-more-options .cart-select-gift-placeholder{margin-bottom:0}}.cart-more-options .cart-select-gift-placeholder:empty{display:none}.cart-more-options #shipping-preview-container{width:100% !important}@media(max-width: 690px){.cart-more-options #shipping-preview-container{display:none !important}}.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a{padding:13px 0}.cart-select-gift-placeholder .available-gift-item.active{background:#f1f7ff}.cart-select-gift-placeholder .label-vertical-group:hover,.cart-select-gift-placeholder .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#676767}.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#1a73e8}.body-cart-vertical .cart-template-holder{width:calc(70% - 20px)}@media(max-width: 998px){.body-cart-vertical .cart-template-holder{width:100%}}.body-cart-vertical .summary-template-holder{width:30%}@media(max-width: 998px){.body-cart-vertical .summary-template-holder{width:100%;margin-top:20px}}.body-cart-vertical .cart-template.full-cart.active{display:flex;flex-flow:wrap;justify-content:space-between;align-items:flex-start}.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container{width:auto !important;margin:0}.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers{width:100%;padding:0;margin:0}.client-pre-email{background:none;width:100%;border-top:none;position:relative;text-align:left}.client-pre-email fieldset.pre-email{box-sizing:border-box}.client-pre-email label{margin:0;line-height:20px}.client-pre-email label small{font-size:12px;padding:0;margin:0;color:#323232;font-weight:400;margin:0;vertical-align:top;display:block;margin-bottom:13px;margin-top:20px}.client-pre-email .link-cart{display:none}.client-pre-email h3.client-pre-email-h{margin:0}.client-pre-email h3.client-pre-email-h span{display:block;position:relative;font-size:0;padding:7px 0 !important}.client-pre-email h3.client-pre-email-h span:after{content:"Email";vertical-align:middle;display:inline-block;margin:0}.client-pre-email h3.client-pre-email-h span:after{padding:0 !important}.client-pre-email h3.client-pre-email-h .link-box-edit{display:none}.client-pre-email a#orderform-to-cart{color:#1a73e8}.client-pre-email .client-email.input.text{margin:0;width:100%;position:initial}.client-pre-email .client-email.input.text input[type=email]{width:100%;box-sizing:border-box}.client-pre-email .client-email.input.text .btn-success{width:20%;margin:0;height:initial;position:absolute;top:initial;bottom:15px;right:initial;left:50%;transform:translateX(-50%);min-width:55%}@media(max-width: 768px){.client-pre-email .client-email.input.text .btn-success{width:calc(100% - 60px)}}.client-pre-email .client-email.input.text .loading-inline{position:absolute;color:#fff;font-size:16px;bottom:35px;top:initial;right:50% !important;margin-right:-10px}.client-pre-email .client-email.input.text .loading-inline[style=""]+#btn-client-pre-email{font-size:0}.client-pre-email .emailInfo{margin-top:20px;width:80%;box-sizing:border-box}.client-pre-email .emailInfo .icon-ok,.client-pre-email .emailInfo h3{color:#1a73e8}@media(max-width: 690px){.client-pre-email .emailInfo{width:100%}}.client-pre-email .emailInfo .icon-lock{color:#eeeeee}@media(max-width: 690px){.client-pre-email .link-cart{display:none !important}}.client-pre-email+.client-profile-data .accordion-body:before{content:"Waiting for more information";display:block}.client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:none}.client-pre-email+.client-profile-data.filled .accordion-body:before{display:none}.client-pre-email[style*="display: none"]{padding-bottom:20px !important}.client-pre-email[style*="display: none"] .link-box-edit{display:block !important}.client-pre-email[style*="display: none"] label small{display:none !important}.client-pre-email[style*="display: none"] input#client-pre-email{padding:0 !important;border:none !important;box-shadow:none !important;font-size:12px;font-weight:400;pointer-events:none;cursor:text;background:none !important;color:#676767}.client-pre-email[style*="display: none"] .emailInfo,.client-pre-email[style*="display: none"] #btn-client-pre-email{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-body:before{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-inner{display:block}body:not(.v-custom-step-email) .client-pre-email span.help.error{display:none !important}.payment-group-item-cards .card-flag{width:32px !important;background-size:auto 20px;min-width:auto;height:20px}.payment-group-item-cards .card-flag.Visa{background-position:0 0}.payment-group-item-cards .card-flag.Mastercard{background-position:-32px 0}.payment-group-item-cards .card-flag.Diners{background-position:-64px 0}.payment-group-item-cards .card-flag.Amex,.payment-group-item-cards .card-flag.American{background-position:-96px 0}.payment-group-item-cards .card-flag.Hipercard{background-position:-128px 0}.payment-group-item-cards .card-flag.Discover{background-position:-160px 0}.payment-group-item-cards .card-flag.Aura{background-position:-192px 0}.payment-group-item-cards .card-flag.Banricompras{background-position:-224px 0}.payment-group-item-cards .card-flag.Elo{background-position:-256px 0}.payment-group-item-cards .card-flag.JCB{background-position:-288px 0}.payment-group-item-cards .card-flag.Cabal{background-position:-320px 0}.payment-group-item-cards .card-flag.Maestro{background-position:-352px 0}.payment-group-item-cards .card-flag.Credz{background-position:-384px 0}.vcustom--vtex-omnishipping-1-x-address label,.orderform-template-holder .step .input.text label{margin:10px 0 5px 0;display:block;color:#999999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before,.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);background-size:800px 104px}svg.pickup-marker-blue,svg.pickup-marker-blue path,svg.pkpmodal-pickup-point-marker-image,svg.pkpmodal-pickup-point-marker-image path,svg.vtex-omnishipping-1-x-svg,svg.vtex-omnishipping-1-x-svg path,svg.pkpmodal-pickup-point-best-marker-image path:not([fill=white]){fill:#1a73e8}@media(max-width: 768px){.container.container-main.container-order-form{width:calc(100% - 20px)}}.orderform-template-holder #client-profile-data{width:100%}.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{width:100% !important;padding:0;margin:0;box-sizing:border-box;background:#fff;border-radius:4px;margin-bottom:20px !important;z-index:initial;border:none;padding:30px}@media(max-width: 768px){.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{padding:20px}}.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,.orderform-template-holder #shipping-data.client-pre-email,.orderform-template-holder #payment-data.client-pre-email{display:block !important;padding-bottom:calc(40px + 14px + 30px)}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.orderform-template-holder #shipping-data .link-box-edit,.orderform-template-holder #payment-data .link-box-edit{background:none;box-shadow:none;border:none;color:#1a73e8;outline:none;position:absolute;right:0;top:50%;padding:1px;font-size:14px;transform:translateY(-50%);opacity:.7;transition:all ease .2s}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,.orderform-template-holder #shipping-data .link-box-edit:hover,.orderform-template-holder #payment-data .link-box-edit:hover{opacity:1}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit i.icon-spinner{font-size:17px;position:absolute;right:0;display:none;top:-7px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner{display:block}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>i,.orderform-template-holder #shipping-data .accordion-toggle>i,.orderform-template-holder #payment-data .accordion-toggle>i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>span{line-height:20px;display:block;vertical-align:middle;line-height:initial}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-inner,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-inner{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input){width:100%;max-width:100%;outline:initial}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data .payment-group-item{box-sizing:border-box;margin:0 6px 10px 0;border-radius:4px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#323232;transition:all ease .3s;padding:11px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f3f3f3;float:left;width:100%}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data .payment-group-item.active{background:#fff}.orderform-template-holder #payment-data p.link.link-gift-card.active span,.orderform-template-holder #payment-data .payment-group-item.active span{color:#000000}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data p.link.link-gift-card:hover,.orderform-template-holder #payment-data .payment-group-item.active,.orderform-template-holder #payment-data .payment-group-item:hover{box-shadow:0 0 6px #cbcbcb;border:1px solid #1a73e8}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data fieldset.payment-group{width:100%;left:0;display:block;background:none;position:relative;margin:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup{padding-top:32px}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards{display:block;overflow:hidden;position:absolute;right:0;top:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards .card-flag{opacity:1}.orderform-template-holder #payment-data p.link.link-gift-card{margin-bottom:10px;padding:0}.orderform-template-holder #payment-data p.link.link-gift-card a{padding:10px 10px;display:block;text-align:left}.orderform-template-holder #payment-data .payment-group-list-btn{width:100%}.orderform-template-holder #payment-data p.link.link-gift-card *,.orderform-template-holder #payment-data .payment-group-item *{font-size:12px !important;font-weight:bold}.orderform-template-holder #payment-data .payment-group-item{position:relative;height:40px}.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text{padding:0;line-height:17px;background:none !important}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2)~.payment-group-item{width:calc(50% - 3px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3)~.payment-group-item{width:calc(33.3% - 4px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4)~.payment-group-item{width:calc(25% - 4.8px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item{width:100%;margin-right:0;height:auto}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):before,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:before{display:none}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):hover,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:hover{top:0}.orderform-template-holder #payment-data .payment-group-item:last-child{margin-right:0}.orderform-template-holder #payment-data .payment-group-item:hover{position:relative;background:#fff;top:-2px}.orderform-template-holder #payment-data .payment-group-item.active:after,.orderform-template-holder #payment-data .payment-group-item.active:before{content:"";display:block;position:absolute;left:50%;transform:translateX(-50%);top:100%;width:0;height:0;border-style:solid}.orderform-template-holder #payment-data .payment-group-item.active:after{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:6px}.orderform-template-holder #payment-data .payment-group-item.active:before{border-color:#1a73e8 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:7px}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default{padding:0;margin:0;width:100%}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label{font-weight:bold;color:#000;font-size:12px}.orderform-template-holder #payment-data p.payment-discounts-options,.orderform-template-holder #payment-data p.gift-card-provider-options{display:flex;align-items:center;padding-bottom:10px}.orderform-template-holder #payment-data p.payment-discounts-options input,.orderform-template-holder #payment-data p.payment-discounts-options select,.orderform-template-holder #payment-data p.gift-card-provider-options input,.orderform-template-holder #payment-data p.gift-card-provider-options select{margin:0 10px}.orderform-template-holder #payment-data p.payment-discounts-options label,.orderform-template-holder #payment-data p.gift-card-provider-options label{line-height:12px;margin:0}.orderform-template-holder #payment-data .payment-discounts-list{margin-bottom:10px}.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program{border-bottom:1px solid #eeeeee}.orderform-template-holder #payment-data .payment-discounts-list table{width:100%}.orderform-template-holder #payment-data .payment-discounts-list table td{padding:0}.orderform-template-holder #payment-data .payment-discounts-list table tbody,.orderform-template-holder #payment-data .payment-discounts-list table tr{display:flex;width:100%;flex-wrap:wrap;align-items:center}.orderform-template-holder #payment-data .payment-discounts-list table td.code,.orderform-template-holder #payment-data .payment-discounts-list table td.number{margin-right:20px;flex-grow:1;padding:0}.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card{text-decoration:underline;color:#ff4c4c}.orderform-template-holder #payment-data input#payment-discounts-code{width:100% !important}.orderform-template-holder #payment-data #btn-add-gift-card{height:40px;border-radius:4px}.orderform-template-holder #payment-data .steps-view{width:100% !important;padding:0;min-height:initial}.orderform-template-holder #payment-data .steps-view iframe{margin:0}.orderform-template-holder #payment-data p.notification{font-weight:bold;font-weight:400;color:#323232}.orderform-template-holder #payment-data p.notification:not([style="display: none;"])+.box-step{padding:0;border:none}@media(min-width: 769px){.orderform-template-holder #payment-data:last-child{margin-bottom:0px !important}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap{box-sizing:border-box;border-radius:4px;background:#fff;border:1px solid #cbcbcb;color:#323232;transition:all ease .3s;overflow:hidden;margin-bottom:10px}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#1a73e8;box-shadow:0 0 6px #ddd}.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup{padding-top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item{border:none;border-bottom:1px solid rgba(0,0,0,0);box-shadow:none;margin:0;width:100% !important;height:auto;top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-right:auto;text-align:left;line-height:27px !important;white-space:nowrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:20px;height:20px;display:inline-block;border:1px solid #999999;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:flex;justify-content:flex-end;flex-wrap:wrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child{margin:0}@media(max-width: 360px){.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:none}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active{background:#f1f7ff;border-bottom:1px solid #1a73e8}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#1a73e8;border-color:#1a73e8;box-shadow:inset 0 0 0 3px #fff}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-cards span{opacity:1}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:hover .payment-group-item-text:before{border-color:#1a73e8}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after{display:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup{position:relative}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{content:"";width:50px;height:20px;display:block;background:url("https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png") center no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);right:12px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after{content:"";width:65px;height:25px;display:block;background:url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;background-size:contain;position:absolute;top:49%;transform:translateY(-50%);right:3px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active+div,.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active>div{padding:20px;overflow:hidden;box-sizing:border-box}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .SecurityEnvironmentIcon{display:none}.orderform-template-holder .step{border:none;padding:0;background:none;margin-bottom:0}@media(max-width: 868px){.orderform-template-holder .step{width:100%}}.orderform-template-holder .step .box-info{color:#323232}.orderform-template-holder .step .box-info[style*="display: block"]{margin-top:10px}.orderform-template-holder .step .form-step fieldset{width:100%;float:none}.orderform-template-holder .step .form-step fieldset p{position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p{float:none !important}}.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:calc(50% - 5px);position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:100%}.orderform-template-holder .step .form-step fieldset p.client-last-name input[type=text],.orderform-template-holder .step .form-step fieldset p.client-first-name input[type=text]{width:100% !important}}.orderform-template-holder .step .form-step fieldset p span.help.error{position:absolute;font-size:11px;margin-top:0}.orderform-template-holder .step .form-step fieldset.box-client-info-pj{padding-top:15px}.orderform-template-holder .step .form-step fieldset.box-payment-option h3{display:none}.orderform-template-holder .step .form-step #is-corporate-client{color:#1a73e8}.orderform-template-holder .step.client-profile-data .client-notice.notice{margin:0 0 10px 0}.orderform-template-holder .step.client-profile-data .box-client-info{margin-bottom:20px}.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:calc(50% - 5px)}@media(max-width: 690px){.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:100%}}.orderform-template-holder .step.shipping-data .box-step{display:flex;flex-wrap:wrap}.orderform-template-holder .step.shipping-data .box-step>*{width:100%;order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressFormPart1{order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressForm{order:2}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressInfo{order:3}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-deliveryGroup{order:4}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-submitPaymentButton{order:100}.orderform-template-holder .step.shipping-data .box-step>*.btn-link.vtex-omnishipping-1-x-btnDelivery,.orderform-template-holder .step.shipping-data .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .box-step>a.vtex-omnishipping-1-x-btnDelivery,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step.shipping-data .box-step>a.vtex-omnishipping-1-x-btnDelivery{order:5;margin-top:20px;background:#1a73e8}.orderform-template-holder .step.shipping-data .box-step>*#postalCode-finished-loading,.orderform-template-holder .step.shipping-data .box-step>*:last-child{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'><path fill='%23999999' d='M15.998,5.951L4,16.237V30c0,0.552,0.448,1,1,1h8v-8h6v8h8c0.552,0,1-0.448,1-1V16.238L15.998,5.951z M19,19 h-6v-5h6V19z'></path> <polygon fill='%23999999' points='15.998,0.683 9,6.682 9,3 5,3 5,10.111 0.59,13.892 1.892,15.41 15.998,3.317 30.108,15.41 31.41,13.892 '></polygon></svg>") no-repeat;background-position:12px 9px;border:1px solid #cbcbcb}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-content{align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption{background:#fff}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive{background:#1a73e8;border-color:#1a73e8;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#1a73e8;border-color:#1a73e8;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active{background-color:#f1f7ff}.orderform-template-holder .step.shipping-data .shipping-method-toggle{border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert{border-color:#ffb100;display:flex;align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit{text-decoration:underline}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle{border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{border:1px solid #cbcbcb;width:100%;overflow:hidden;margin:0 0 20px 0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange{background:#f1f7ff;border-color:#cbcbcb;color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList{border-color:#eeeeee;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption{background:#fff !important}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk{color:#676767;fill:#676767}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary{outline:none;background:#1a73e8;border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange{border-color:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p{clear:both;float:none;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text{width:auto;align-self:flex-end;display:flex;align-items:center;margin-left:10px !important;height:40px}.orderform-template-holder .step.shipping-data input#ship-addressQuery{width:100%}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver{display:block}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver svg.person-blue path{fill:#1a73e8}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver .vtex-omnishipping-1-x-btn{color:#1a73e8}@media(max-width: 490px){.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink{width:100%}}.orderform-template-holder .step .submit.btn.btn-success,.orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step a.submit.btn-success,.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success{display:block;margin:20px auto 0 auto;min-width:55%}.orderform-template{display:flex !important;padding-top:0px;min-height:400px !important;align-items:flex-start}@media(max-width: 768px){.orderform-template{flex-wrap:wrap}}.orderform-template .orderform-template-holder{width:100%}@media(min-width: 769px){.orderform-template .orderform-template-holder{width:61% !important;padding-right:20px;max-width:calc(100% - 271px);float:left;box-sizing:border-box}}@media(max-width: 690px){.orderform-template{width:100%;padding-top:0px}}.orderform-template .cart-template.mini-cart{width:39%;min-width:255px;position:-webkit-sticky;position:-moz-sticky;position:-o-sticky;position:-ms-sticky;position:sticky;bottom:0px;top:20px;right:0;float:right;margin:0}@media(max-width: 768px){.orderform-template .cart-template.mini-cart{width:100%;position:relative;top:0}}.orderform-template .cart-template.mini-cart .cart-items>.v-custom-indexed-item{display:none !important}.orderform-template .cart-template.mini-cart .cart-fixed{height:auto !important;position:relative !important;max-width:100%;width:100% !important;top:0;min-height:initial}@media(min-width: 769px){.orderform-template .cart-template.mini-cart .cart-fixed.affix-top{position:relative !important}}.orderform-template .cart-template.mini-cart h2{text-align:left;border-top:none;background:none !important;margin-bottom:15px}.orderform-template .cart-template.mini-cart .quantity{min-width:10px;width:auto;height:10px;display:inline-block;background:#f1f7ff;color:#1a73e8}.orderform-template .cart-template.mini-cart .summary-template-holder{width:100%;background:none;border:none;padding:0}.orderform-template .cart-template.mini-cart .summary-template-holder .accordion-inner{margin-top:0px}.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap,.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap>.summary-coupon{display:block !important}.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon p{margin:0}.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap{border-top:1px solid #cbcbcb;padding:8px 0}.orderform-template .cart-template.mini-cart .summary-template-holder input[type=text],.orderform-template .cart-template.mini-cart .summary-template-holder button[type=submit],.orderform-template .cart-template.mini-cart .summary-template-holder p.coupon-fields span.info>span{line-height:30px !important;height:30px !important}.orderform-template .cart-template.mini-cart .item{padding:10px 0;margin:0;border:none;border-bottom:1px solid #eeeeee}.orderform-template .cart-template.mini-cart .item:last-child{border:none}.orderform-template .cart-template.mini-cart .item ul.service-list.unstyled{margin:0;float:none;width:100%;background:none;display:inline-block;clear:both}.orderform-template .cart-template.mini-cart .item .service-item,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item{background:#f1f7ff;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:5px 10px;margin:10px 0 0 0}.orderform-template .cart-template.mini-cart .item .service-item .description,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description{margin-top:0}.orderform-template .cart-template.mini-cart .item .service-item>a,.orderform-template .cart-template.mini-cart .item .service-item .quantity,.orderform-template .cart-template.mini-cart .item .service-item .shipping-date,.orderform-template .cart-template.mini-cart .item .service-item .item-subscription,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item>a,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .quantity,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .shipping-date,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-subscription{display:none}.orderform-template .cart-template.mini-cart .item .service-item .price,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .price{margin:0}.orderform-template .cart-template.mini-cart .item .service-item:last-child,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item:last-child{margin-bottom:0}.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-unavailable{display:none}.orderform-template .cart-template.mini-cart .item .fn{width:calc(82% - 20px)}.orderform-template .cart-template.mini-cart .item .description{display:flex;justify-content:space-between}.orderform-template .cart-template.mini-cart .item .price,.orderform-template .cart-template.mini-cart .item span.shipping-date{white-space:nowrap}.orderform-template .cart-template.mini-cart .item .url{border-radius:4px;overflow:hidden}.orderform-template .cart-template.mini-cart .summary-totalizers{margin-bottom:0}.orderform-template .cart-template.mini-cart #go-to-cart-button{position:absolute;top:0px;right:7px;color:#1a73e8;text-decoration:underline}@media(max-width: 690px){.orderform-template .cart-template.mini-cart #go-to-cart-button{display:none}}.orderform-template .cart-template.mini-cart .summary-totalizers tbody{border-top:1px solid #cbcbcb;border-bottom:1px solid #cbcbcb;padding:14px 0;display:block}.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total){display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td{display:inline-block;text-align:left !important;width:auto;color:#666;font-size:13px;padding:0 0 3px 0 !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.orderform-template .cart-template.mini-cart .summary-totalizers tbody+tbody{border-top:none}.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate{display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td{padding:14px 0 !important;color:#000;font-size:14px;font-weight:bold;text-align:left}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#1a73e8}.orderform-template .cart-template.mini-cart .cart{margin-bottom:0;max-height:calc(100vh - 355px);overflow:auto}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar{width:6px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#cbcbcb;border-radius:30px}.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb{background:#eeeeee}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded){max-height:100px;overflow:hidden}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item{overflow:hidden;position:relative;border:none !important}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item>*{opacity:0}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{content:"";width:100%;height:100%;display:block;top:0px;left:0;position:absolute}.orderform-template .payment-confirmation-wrap{border:none;padding:0}.orderform-template .payment-confirmation-wrap .payment-submit-wrap{margin:10px 0 0 0}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap .payment-submit-wrap{z-index:9999;position:fixed;bottom:0;width:100%;left:0;padding:0;background:#fff;margin:0 !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap button{border-radius:0 !important}}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap{border:none !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap,.orderform-template .payment-confirmation-wrap button{margin:0 !important}}.orderform-template .payment-confirmation-wrap #payment-data-submit:disabled span{display:none}.orderform-template .summary-note{display:none !important}.orderform-template .summary-note p.note-data{display:none !important}.orderform-template .summary-note>div{display:block !important}.orderform-template .summary-note .note-textarea{height:50px;line-height:20px;max-width:100%;width:100%;font-family:"Roboto", sans-serif;max-height:100px}.orderform-template .custom-cart-template-wrap{position:relative;background:#fff;padding:17px 20px;text-align:left;box-sizing:border-box;border-radius:4px;border:none}.orderform-template .custom-cart-template-wrap .summary-cart-template-holder{height:auto !important}.orderform-template .custom-cart-template-wrap .summary-template-holder{margin-top:0}.step.client-profile-data.active .box-step .form-step[style*="display: block"],.step.shipping-data.active .accordion-inner.shipping-container,#payment-data .box-step form.form-step{padding-top:20px !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification,.client-pre-email+.client-profile-data .accordion-body:before{display:none}body.v-custom-step-shipping #shipping-data .shipping-summary-info,body.v-custom-step-payment #shipping-data .shipping-summary-info{display:block}.steps-view,.gift-card-section,.App.iframe-credit-card-payment-group{background:#fff}#app-container{min-height:100vh;background:#fff}#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select{width:100%}#app-container span.help.error{margin:0 !important;display:none}#app-container .SecurityEnvironmentIcon{margin-bottom:20px;display:none}#app-container .CardForm>div{position:relative;clear:both}#app-container .CardForm .PaymentValue{display:none}#app-container .CardForm input#creditCardpayment-card-0Number[value=""]{background:#fff;position:relative;z-index:1}#app-container .CardForm .SavedCardsList{width:calc(100% - 1px)}#app-container .CardForm .SavedCard .link-delete{right:8px;top:50%;margin-top:-10px;border:1px solid #ccc;background:#fff;width:20px;height:20px;line-height:17px}#app-container .FormFieldLabel{line-height:30px}#app-container .PaymentCardFlags{position:absolute;top:calc(30px + (40px - 25px)/2);right:16px;padding:0}#app-container .PaymentCardFlags .card-flag-label input{display:none}#app-container .PaymentCardFlags .card-flag-label{width:auto}#app-container .PaymentCardFlags .card-flag{opacity:.7;display:none}#app-container .PaymentCardFlags .card-flag.card-selected{opacity:1;display:block}#app-container input#creditCardpayment-card-0Code,#app-container input#creditCardpayment-card-1Code{width:100px !important}#app-container .label-vertical-group{padding:9px}#app-container .label-vertical-group:hover{color:#1a73e8}#app-container .label-vertical-group.active{color:#1a73e8;background:#f1f7ff}#app-container .label-vertical-group:not(.SavedCard) .card-flag{position:absolute;left:5px;top:8px}#app-container .label-vertical-group .icon-ok-circle,#app-container .label-vertical-group .icon-circle-blank{top:9px}#app-container .label-vertical-group.UseAnotherCard{background-color:#eeeeee;padding:4px;font-size:11px;text-decoration:underline}#app-container .label-vertical-group.UseAnotherCard #use-another-card{color:#676767}#app-container .label-vertical-group.UseAnotherCard:hover #use-another-card{text-decoration:underline;color:#999999}#app-container label.FormFieldLabel{display:block;clear:both;width:auto;margin-right:10px}#app-container .AddressForm{display:flex;flex-wrap:wrap}#app-container .AddressForm>*{width:100%;order:10}#app-container .AddressForm input{max-width:100%}#app-container .AddressForm .payment-billing-address-street{order:1}#app-container .AddressForm .payment-billing-address-complement{order:2}#app-container .AddressForm .payment-billing-address-city{order:3}#app-container .AddressForm .payment-billing-address-state{order:4}#app-container .AddressForm .PostalCode{order:5}.orderform-template .summary-note.js-active{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:none}body.js-vcustom-showNoteField .orderform-template .summary-note{display:block !important}body.js-vcustom-showNoteField.v-custom-step-payment .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:block !important}.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon{border:1px dashed #ffb100;padding:1px;font-size:11px;background:#fff6e0;border-radius:4px;margin-top:4px !important;clear:both}.vcustom-customTax-tot{display:inline-block;position:relative;margin-left:5px}.vcustom-customTax-tot>span{background:#eeeeee;width:15px;height:15px;line-height:15px;display:inline-block;border-radius:100%;text-align:center;cursor:pointer}.vcustom-customTax-tot:hover .vcustom-customTax-resume{display:block}.vcustom-customTax-resume{position:absolute;left:calc(100% + 10px);width:128px;background:#eeeeee;top:50%;font-size:11px;padding:10px;transform:translateY(-50%);display:none}.vcustom-customTax-resume__i{display:flex;justify-content:space-between;margin:0}.vcustom-customTax-resume:before{content:"";display:block;position:absolute;left:-4px;top:calc(50% - 4px);width:0;height:0;border:0 solid rgba(0,0,0,0);border-top-width:4px;border-bottom-width:4px;border-right:4px solid #eeeeee}.v-custom-addLabels-active-flag{background:#fff;color:#323232;padding:1px 4px;border-radius:4px;display:inline-block;align-items:center;font-size:11px;border:1px solid #cbcbcb}.v-custom-addLabels-active-flag:before{content:"";display:inline-block;width:14px;height:14px;background:url("//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png");background-repeat:no-repeat;background-position:0 -48px;margin-right:4px;opacity:.9;vertical-align:middle}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}body.v-custom-paymentBuilder-accordion .steps-view{display:none}body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date{display:none}#shipping-data .accordion-group.shipping-data:after{opacity:0;transition:all ease .3s}.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning{display:none !important}.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after{content:"";display:block;opacity:1;left:0;top:0;width:100%;height:20px;z-index:2;margin:0 0 20px 0;border-radius:3px}.js-v-custom-is-loadAddress #postalCode-finished-loading+.mb5{display:none !important}.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address{display:block}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info{display:flex}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number{margin-right:10px}body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton{display:none}.vtex-omnishipping-1-x-submitShippingStepButton{margin:20px 0 0 0}body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery{display:none}body.v-custom-googleForm-on .alert-noStreet{display:none}.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container>*{display:none}body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container{padding-top:0 !important}body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container{transition:all ease .3s}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText+div{margin:0 !important}body.v-custom-fnsCustomAddressForm .orderform-template-holder p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper{margin-bottom:0 !important}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-country,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-addressQuery,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:none}body.v-custom-fnsCustomAddressForm.returningUser .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+#back-to-address-list+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-addressFormPart1{order:1}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]{border:0}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]:after{display:none}body.v-custom-fnsCustomAddressForm #shipping-data .accordion-inner+.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-fnsCustomAddressForm div#shipping-data{display:flex;flex-wrap:wrap}body.v-custom-fnsCustomAddressForm div#shipping-data>*{width:100%}body.v-custom-fnsCustomAddressForm div#shipping-data .step.accordion-group.shipping-data{order:1}body.v-custom-fnsCustomAddressForm div#shipping-data .vcustom--vtex-omnishipping-1-x-address{order:3}.js-v-custom-is-loading .accordion-inner.shipping-container,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{overflow:hidden}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{height:120px;position:relative}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.js-v-custom-is-loading .accordion-inner.shipping-container>*,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address>*{opacity:.5}.vcustom--vtex-omnishipping-1-x-address{transition:all ease .3s}.vcustom--vtex-omnishipping-1-x-address p.input{float:none;width:100%;margin:0}.vcustom--vtex-omnishipping-1-x-address span.help.error{display:none}.vcustom--vtex-omnishipping-1-x-address input{max-width:initial;width:100%}.vcustom--vtex-omnishipping-1-x-address input.error+span.help.error,.vcustom--vtex-omnishipping-1-x-address select.error+span.help.error{display:block}.vcustom--vtex-omnishipping-1-x-address__state{display:flex;margin:0 -5px}.vcustom--vtex-omnishipping-1-x-address__state p.input{margin:0 5px}@media(max-width: 768px){.vcustom--vtex-omnishipping-1-x-address__state{flex-wrap:wrap;margin:0}.vcustom--vtex-omnishipping-1-x-address__state p.input.ship-state{margin:0}}.pac-container.pac-logo{border:1px solid #cbcbcb;border-radius:4px}.pac-logo:after{background:#fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png) no-repeat 10px center;padding:14px;background-size:110px}.address-list.vtex-omnishipping-1-x-addressList+p.input.ship-addressQuery.text{display:none}.alert-noStreet{margin:30px auto 0 auto;text-align:center}.vtex-omnishipping-1-x-addressSummaryActive .address-summary.address-summary-MLT .postalCode:before{content:" - "}body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email{display:none !important}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{content:"1"}body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before{content:"2"}body.js-vcustom-hideEmailStep .payment-data .accordion-toggle>span:not(.payment-edit-link):before{content:"3"}body.js-vcustom-hideEmailStep .client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:block}.RTL-checkout select{direction:rtl}.RTL-checkout .cart-template-holder{order:2}.RTL-checkout body .main-header .header-link{left:initial;right:0}.RTL-checkout body .main-header .checkout-steps{margin-left:initial;margin-right:auto}.RTL-checkout .main-header .logo{order:2}.RTL-checkout .summary-template-holder tr .info{order:2;text-align:right !important}.RTL-checkout .orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.RTL-checkout .orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.RTL-checkout .orderform-template-holder #shipping-data .link-box-edit,.RTL-checkout .orderform-template-holder #payment-data .link-box-edit{right:initial;left:0}.RTL-checkout .summary-template-holder tbody td.monetary,.RTL-checkout .summary-template-holder tfoot tr td.monetary{margin-right:auto;margin-left:initial !important;text-align:left !important}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span{flex-direction:row-reverse}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span input{margin:0 0 0 10px}.RTL-checkout .table.cart-items tbody tr .v-custom-product-item-wrap,.RTL-checkout .table.cart-items tbody tr,.RTL-checkout .table.cart-items thead tr,.RTL-checkout .table.cart-items thead tr th.product{flex-direction:row-reverse;text-align:right}.RTL-checkout .table.cart-items tbody tr td.product-name{text-align:right}.RTL-checkout .orderform-template .orderform-template-holder{order:2;padding:0 0 0 20px}.RTL-checkout .orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:left !important}.RTL-checkout br{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .table.cart-items td.quantity{direction:rtl}.RTL-checkout .checkout-steps_items{direction:rtl}.RTL-checkout .checkout-steps_items .text:before{margin:0 0 0 7px}.RTL-checkout .srp-toggle__wrapper{direction:rtl}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-framePickup{left:0}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-frameDelivery{left:50%}.RTL-checkout .srp-delivery-header.mb3{direction:rtl;display:flex}.RTL-checkout .srp-delivery-current-many .flex{direction:rtl;text-align:right}.RTL-checkout .step{direction:rtl}.RTL-checkout .step .accordion-toggle>span:before,.RTL-checkout .step .accordion-toggle:before{margin-right:0 !important;margin-left:10px !important}.RTL-checkout fieldset.box-client-info-pf{display:flex;flex-wrap:wrap}.RTL-checkout .orderform-template-holder .step .form-step fieldset p,.RTL-checkout .orderform-template-holder .step .form-step fieldset div{width:100%}.RTL-checkout p.client-first-name,.RTL-checkout p.client-different-document,.RTL-checkout p.client-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-document-type,.RTL-checkout p.payment-card-due-date{margin-left:10px;margin-right:0}.RTL-checkout p.client-document,.RTL-checkout p.client-phone,.RTL-checkout p.client-company-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-company-phone,.RTL-checkout p.payment-card-due-month,.RTL-checkout p.payment-card-lash,.RTL-checkout p.payment-card-due-year{float:right}.RTL-checkout input.success:not([invalid=true]){background-position:left top}.RTL-checkout .vtexIdUI .vtexIdUI-page{direction:rtl}.RTL-checkout .vtexIdUI .modal-header .close{left:-1px;right:initial}.RTL-checkout .vtexIdUI .pull-left{float:right}.RTL-checkout .orderform-template-holder .step .box-info p{display:flex;flex-wrap:wrap;width:100%}.RTL-checkout .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon,.RTL-checkout .vtex-omnishipping-1-x-addressItemIcon{margin:0 0 0 10px}.RTL-checkout .vtex-omnishipping-1-x-leanShippingText{padding-right:10px}.RTL-checkout .address-summary{display:flex;flex-wrap:wrap}.RTL-checkout br.line1-delimiter{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after,.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{right:initial;left:10px}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-left:auto;margin-right:inherit}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{margin-right:initial;margin-left:10px}.RTL-checkout .orderform-template-holder #payment-data p.link.link-gift-card a{text-align:right}.RTL-checkout .orderform-template .custom-cart-template-wrap .summary-cart-template-holder{direction:rtl}.RTL-checkout .pull-right{float:left !important}.RTL-checkout .orderform-template .cart-template.mini-cart .item .price{margin-right:auto;direction:initial}.RTL-checkout .orderform-template .cart-template.mini-cart .item .url{float:right;margin:0 0 0 6px}.RTL-checkout .orderform-template .cart-template.mini-cart .item .fn{text-align:right;float:right}.RTL-checkout .orderform-template .cart-template.mini-cart h2{text-align:right}.RTL-checkout .orderform-template .cart-template.mini-cart #go-to-cart-button{left:7px;right:initial}.RTL-checkout .vtex-omnishipping-1-x-SummaryItemInfo{border:none;border-left:1px solid #eee;padding:0 0 0 6px}.RTL-checkout .vtexIdUI .vtexIdUI-page{direction:rtl}.RTL-checkout .vtexIdUI .modal-header .close{left:-1px;right:initial}.RTL-checkout .vtexIdUI .pull-left{float:right}.RTL-checkout #app-container{direction:rtl}.RTL-checkout #app-container .PaymentCardDueDate.clearfix{display:flex}.RTL-checkout #app-container label.FormFieldLabel{margin:0 0 0 10px}.RTL-checkout #app-container .PaymentCardCVV{display:flex}.RTL-checkout #app-container p.AddressToggle{display:flex}.RTL-checkout #app-container .AddressToggle input{margin:3px 0 0 5px}@media(max-width: 998px){.RTL-checkout.body-cart-vertical .summary-template-holder{order:2}}@media(max-width: 768px){.RTL-checkout .orderform-template .cart-template.mini-cart{order:2}}@media(max-width: 690px){.RTL-checkout .table.cart-items td.product-image a{margin-right:0;margin-left:20px}.RTL-checkout .full-cart .cart table tbody tr td.product-image,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-image{left:initial;right:0}.RTL-checkout .table.cart-items td.product-name,.RTL-checkout .table.cart-items td.quantity{margin-left:0 !important;margin-right:90px !important}.RTL-checkout .table.cart-items td.quantity{float:right}.RTL-checkout .full-cart .cart table tbody tr td.product-name a,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-name span{padding:0 0 0 20px}.RTL-checkout .full-cart .cart table tbody tr td.product-price{float:left}.RTL-checkout .full-cart .cart table tbody tr td.item-remove{left:0;right:initial}}body.debug-on>*:not(.container-main,.main-header,.main-footer,#vtexIdContainer,.vtex-front-messages-placeholder,.pac-container){display:none}@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700;900&display=swap";body,#checkoutMainContainer{font-family:"Open Sans",sans-serif;min-width:initial !important;padding:0 !important;background:#fefefe !important;min-height:100vh;position:relative;font-size:12px;overflow-x:hidden;display:flex;flex-direction:column}.checkEmailAuthConflict__modal,.checkEmailAuthConflict__modal--bg{position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999}.checkEmailAuthConflict__modal--bg{background:#000;opacity:.4}.checkEmailAuthConflict__modal--wrap{width:400px;position:fixed;left:calc(50% - 200px);top:50%;transform:translateY(-50%);z-index:99999;padding:30px;box-sizing:border-box;color:#333;background:#fff;box-shadow:0 5px 0 #ddd;border-bottom:1px solid #fff;border-radius:4px;border:2px solid #eee}button.checkEmailAuthConflict__modal--button{background:#1a73e8;padding:10px;display:inline-block;border:none;border-radius:3px;color:#fff}.checkEmailAuthConflict__modal--button.js-loading:after{border:3px solid #f3f3f3;border-top:3px solid hsla(0,0%,60%,.6);border-radius:50%;width:10px;height:10px;animation:spin 1s linear infinite;content:"";display:inline-block;margin-left:8px;vertical-align:middle}h4.checkEmailAuthConflict__modal--title{font-size:16px;font-weight:bold;color:#000}p.checkEmailAuthConflict__modal--text{margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.flexRowContent--container,.checkout-footer .checkout-container{max-width:1320px;width:90%;margin:auto}@media(min-width: 1200px){.flexRowContent--container,.checkout-footer .checkout-container{width:calc(100% - 160px);padding:0 16px}}@media(max-width: 991px){.flexRowContent--container,.checkout-footer .checkout-container{width:100%;padding:0 16px}}.checkout-header .checkout-container,.checkout-stepper .checkout-container{max-width:1320px;width:90%;margin:0 auto !important}@media(min-width: 1200px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:calc(100% - 160px);padding:0 16px;margin:0 auto !important}}@media(max-width: 991px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:100%;padding:0 16px}}.checkout-footer{background-color:#353535 !important;min-height:40px !important}@media screen and (max-width: 991px){.checkout-footer{padding-top:5px;padding-bottom:40px;height:auto}}.checkout-footer .checkout-container{display:flex;justify-content:space-between;align-items:center;min-height:40px;z-index:1}@media screen and (max-width: 991px){.checkout-footer .checkout-container{flex-direction:column;width:auto}}.checkout-footer .checkout-container .disclaimer{font-weight:400;font-size:12px !important;color:#fefefe;text-align:center;margin-bottom:0}.checkout-header{background-color:#5e0000;height:100px}.checkout-header .checkout-container{display:flex;justify-content:space-between;align-items:center;min-height:100px}@media screen and (min-width: 991px){.checkout-header .checkout-container{width:calc(100% - 6vw)}}@media screen and (max-width: 991px){.checkout-header .checkout-container{width:auto}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-left img{max-width:115px}}.checkout-header .checkout-container .checkout-right{display:flex;align-items:center;gap:16px}.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text{font-size:14px;color:#fefefe}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text{display:none}}.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text-bold{font-weight:600;font-size:18px;color:#fefefe;margin-bottom:2px;margin-top:6px}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text-bold{font-size:14px;max-width:88px}}.checkout-stepper .checkout-container{width:100%;display:flex;justify-content:space-between;align-items:center;min-height:auto;padding:40px 20px 20px 30px;box-sizing:border-box}@media screen and (min-width: 991px){.checkout-stepper .checkout-container{padding:40px 0 10px;width:calc(100% - 6vw);max-width:1240px}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container{padding:40px 0px 20px;width:auto}}.checkout-stepper .checkout-container .checkout-left{display:flex;justify-content:flex-start;align-items:center;gap:48px}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item{font-size:20px;font-weight:400;color:#606060}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item{padding:0 20px;width:auto;display:none}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item:not(:first-child){margin-bottom:-10px}}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item.active{font-weight:600;color:#5e0000}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item.active{display:block}}.checkout-stepper .checkout-container .checkout-right .checkout-back-link{font-size:14px;font-weight:600;color:#9b6950;cursor:pointer}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-right .checkout-back-link{display:none}}.checkout-stepper .checkout-container .checkout-right .checkout-back-link::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7 13L1 7L7 1' stroke='%239B6950' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");margin-right:8px;margin-top:2px}.checkout-stepper .checkout-container .checkout-right .checkout-back-link:hover{text-decoration:none}@media(min-width: 991px){body.v-custom-step-email .checkout-stepper .checkout-container,body.v-custom-step-profile .checkout-stepper .checkout-container,body.v-custom-step-shipping .checkout-stepper .checkout-container,body.v-custom-step-payment .checkout-stepper .checkout-container{padding-bottom:50px}}.container{width:calc(100% - 6vw);max-width:1240px}@media(min-width: 991px){.orderform-template .cart-template.mini-cart{margin-left:2.5vw}}@media(max-width: 991px){.orderform-template .cart-template.mini-cart{margin-top:20px}}@media(max-width: 770px){.orderform-template .cart-template.mini-cart{margin-top:-20px}}@media(min-width: 1300px){.orderform-template .cart-template.mini-cart{margin-left:3.5vw}}.cart-template{position:relative !important;top:0px !important}@media screen and (max-width: 991px){.cart-template .freeShippingBarContainer{order:1;position:absolute;top:0;left:0}}@media screen and (max-width: 991px){.cart-template .summary-template-holder{order:3;position:static}}@media screen and (max-width: 991px){.cart-template .cart-template-holder{order:2}}.cart-template.full-cart .table thead tr{background-color:#e9e9e9}.cart-template.full-cart .table thead tr th{color:#353535;font-size:12px;font-weight:400;text-transform:uppercase}.cart-template.full-cart .table thead tr th.product{display:block !important;order:1;width:40% !important;padding-left:16px}.cart-template.full-cart .table thead tr th.shipping-date{order:2}.cart-template.full-cart .table thead tr th.product-price{display:block !important;order:3;font-size:0;width:20% !important;text-align:center}.cart-template.full-cart .table thead tr th.product-price::after{content:"UNITÁRIO";font-size:12px}.cart-template.full-cart .table thead tr th.quantity{display:block !important;order:4;width:20% !important;text-align:center}.cart-template.full-cart .table thead tr th.quantity-price{display:block !important;order:5;width:20% !important;text-align:center}.cart-template.full-cart .table thead tr th.item-remove{order:6}.cart-template.full-cart .table tbody tr.product-item{border-bottom:1px solid #ebe1dc}.cart-template.full-cart .table tbody tr.product-item td.product-image{display:block !important;order:1;background:#fff}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-image img,.cart-template.full-cart .table tbody tr.product-item td.product-image a{width:48px !important;margin-right:5px !important}}.cart-template.full-cart .table tbody tr.product-item td.product-name{display:block !important;order:2;padding-left:24px}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{width:33% !important;padding-left:0}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{margin-left:60px !important;padding-right:20px !important}}.cart-template.full-cart .table tbody tr.product-item td.product-name>a{font-size:14px;font-weight:400;color:#353535}.cart-template.full-cart .table tbody tr.product-item td.product-name .seller{font-size:12px;font-weight:400;color:#606060}.cart-template.full-cart .table tbody tr.product-item td.shipping-date{order:3}.cart-template.full-cart .table tbody tr.product-item td.product-price{order:4;width:20% !important;display:none !important}.cart-template.full-cart .table tbody tr.product-item td.product-price .list-price{font-size:14px;font-weight:400;color:#353535}@media(min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .list-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}.cart-template.full-cart .table tbody tr.product-item td.product-price .best-price{font-size:14px;font-weight:600;color:#5e0000}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .best-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}.cart-template.full-cart .table tbody tr.product-item td.quantity{display:flex !important;order:5;margin-left:5%;margin-right:5%;position:relative;margin:0 0 0 10px;display:flex;align-items:center;padding:0;border-radius:4px;background:#f8f6f2;border:1px solid #ece4d9;float:left;min-width:96px;text-align:center;justify-content:center}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{width:10% !important}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{margin-left:60px !important}}.cart-template.full-cart .table tbody tr.product-item td.quantity select{position:absolute;top:-15px;left:0;width:100%;border:1px solid #ebe1dc !important;z-index:10;max-width:64px}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity select{top:5px}}.cart-template.full-cart .table tbody tr.product-item td.quantity-price{display:block !important;order:6;width:20% !important}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity-price{margin-right:12px;display:none !important}}.cart-template.full-cart .table tbody tr.product-item td.quantity-price .total-selling-price{font-size:14px;font-weight:600;color:#5e0000}.cart-template.full-cart .table tbody tr.product-item td.item-remove{display:block !important;order:7;width:0% !important;position:absolute;right:26px}.cart-template.full-cart .table tbody tr.product-item td.item-remove i::before{content:url("https://divvino.vtexassets.com/assets/vtex.file-manager-graphql/images/5d917e3a-e8bf-4b50-87e1-9f294cb9165c___bcc2fb4baf832aa02385a8aa8535a826.svg")}.cart-template.full-cart .summary-template-holder{margin-top:0;margin-left:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder{padding:12px}}.cart-template.full-cart .summary-template-holder .summary{border:1px solid #ebe1dc;border-radius:4px;padding:16px;order:3;box-sizing:border-box}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder .summary{margin-top:16px;box-sizing:border-box}}.cart-template.full-cart .summary-template-holder .summary .coupon .coupon-label{display:block;font-size:12px;color:#606060;font-weight:600;text-align:left}.cart-template.full-cart .summary-template-holder .summary .coupon button.cart-coupon-add{font-size:14px;font-weight:600;text-transform:uppercase}.cart-template.full-cart .summary-template-holder .summary .coupon input.coupon-value{border-radius:4px;border:1px solid #ebe1dc;height:40px;flex:1;margin-right:16px}.cart-template.full-cart .summary-template-holder .cart-links-bottom{width:100%;order:5}.cart-template.full-cart .summary-template-holder #shipping-preview-container{border:1px solid #ebe1dc;border-radius:4px;padding:16px;display:flex !important;height:auto;width:100%;box-sizing:border-box;max-width:initial;order:2}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{width:100% !important;margin:0 0 16px}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{background:#fff}}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content{width:100%}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content .srp-delivery-info{margin-bottom:0px}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content .srp-delivery-info .srp-shipping-current-single__bullet{margin-left:3px;margin-right:16px}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-content .srp-delivery-info .srp-shipping-current-single__type{margin-bottom:0px}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-main-title{font-size:16px;font-weight:600;color:#5e0000;padding:0 !important}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-main-title::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M0.999756 1V0.25C0.585542 0.25 0.249756 0.585786 0.249756 1L0.999756 1ZM15.9998 1H16.7498C16.7498 0.585786 16.414 0.25 15.9998 0.25V1ZM0.999756 14H0.249756C0.249756 14.4142 0.585542 14.75 0.999756 14.75L0.999756 14ZM15.9998 6V5.25C15.5855 5.25 15.2498 5.58579 15.2498 6H15.9998ZM19.9998 6L20.5301 5.46967C20.3894 5.32902 20.1987 5.25 19.9998 5.25V6ZM22.9998 9H23.7498C23.7498 8.80109 23.6707 8.61032 23.5301 8.46967L22.9998 9ZM22.9998 14V14.75C23.414 14.75 23.7498 14.4142 23.7498 14H22.9998ZM0.999756 1.75H15.9998V0.25H0.999756V1.75ZM15.2498 1V14H16.7498V1H15.2498ZM15.9998 13.25H0.999756V14.75H15.9998V13.25ZM1.74976 14V1H0.249756V14H1.74976ZM15.9998 6.75H19.9998V5.25H15.9998V6.75ZM19.4694 6.53033L22.4694 9.53033L23.5301 8.46967L20.5301 5.46967L19.4694 6.53033ZM22.2498 9V14H23.7498V9H22.2498ZM22.9998 13.25H15.9998V14.75H22.9998V13.25ZM16.7498 14V6H15.2498V14H16.7498ZM7.24976 16.5C7.24976 17.4665 6.46625 18.25 5.49976 18.25V19.75C7.29468 19.75 8.74976 18.2949 8.74976 16.5H7.24976ZM5.49976 18.25C4.53326 18.25 3.74976 17.4665 3.74976 16.5H2.24976C2.24976 18.2949 3.70483 19.75 5.49976 19.75V18.25ZM3.74976 16.5C3.74976 15.5335 4.53326 14.75 5.49976 14.75V13.25C3.70483 13.25 2.24976 14.7051 2.24976 16.5H3.74976ZM5.49976 14.75C6.46625 14.75 7.24976 15.5335 7.24976 16.5H8.74976C8.74976 14.7051 7.29468 13.25 5.49976 13.25V14.75ZM20.2498 16.5C20.2498 17.4665 19.4663 18.25 18.4998 18.25V19.75C20.2947 19.75 21.7498 18.2949 21.7498 16.5H20.2498ZM18.4998 18.25C17.5333 18.25 16.7498 17.4665 16.7498 16.5H15.2498C15.2498 18.2949 16.7048 19.75 18.4998 19.75V18.25ZM16.7498 16.5C16.7498 15.5335 17.5333 14.75 18.4998 14.75V13.25C16.7048 13.25 15.2498 14.7051 15.2498 16.5H16.7498ZM18.4998 14.75C19.4663 14.75 20.2498 15.5335 20.2498 16.5H21.7498C21.7498 14.7051 20.2947 13.25 18.4998 13.25V14.75Z' fill='%235E0000'/%3E%3C/svg%3E");display:inline-block;margin-right:8px;transform:translateY(2px)}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-data{margin-top:0}.cart-template.full-cart .summary-template-holder #shipping-preview-container .srp-description{font-size:12px;font-weight:400;color:#606060}.cart-template.full-cart .summary-template-holder #shipping-preview-container #shipping-calculate-link{background-color:rgba(0,0,0,0) !important;border-color:#9b6950;color:#9b6950;width:116px;height:40px;font-size:11px;font-weight:600}.cart-template.full-cart .summary-template-holder #shipping-preview-container .vtex-shipping-preview-0-x-postalCodeForgotten{align-items:flex-start;margin-top:0px !important}.cart-template.full-cart .summary-template-holder #shipping-preview-container .vtex-shipping-preview-0-x-removeItemsButton{border-color:#9b6950;color:#9b6950}.cart-template.full-cart .summary-template-holder #shipping-preview-container .ship-postalCode label{display:none}.cart-template.full-cart .summary-template-holder #shipping-preview-container .ship-postalCode #ship-postalCode{margin-bottom:10px;height:40px;border-color:#ebe1dc;width:100%}.cart-template.full-cart .summary-template-holder #shipping-preview-container .ship-postalCode small a{margin-top:10px;font-size:12px;font-weight:400;color:#606060;text-decoration:underline}.cart-template.full-cart .summary-template-holder #shipping-preview-container #cart-shipping-calculate{width:116px;height:40px;border-color:#9b6950;margin-left:16px;font-size:11px;font-weight:600;color:#9b6950;text-transform:uppercase}.cart-template .coupon-fieldset .coupon-label{display:block !important;text-align:left}.cart-template .coupon-fieldset .coupon-label label{font-size:12px !important;color:#606060;font-weight:600}.cart-template .coupon-fieldset input[type=text].coupon-value{height:40px !important;border-radius:4px;font-size:12px;color:#606060;font-weight:400;border-color:#ebe1dc}.cart-template .coupon-fieldset #cart-coupon-add{width:116px !important;height:40px !important;text-transform:uppercase;font-size:14px;color:#9b6950;font-weight:600}.cart-template.mini-cart .cart::-webkit-scrollbar{width:4px;height:4px}.cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#9b6950 !important;border-radius:15px}.cart-template.mini-cart .custom-cart-template-wrap{border:1px solid #ebe1dc;padding:16px}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list{display:flex}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list .info{display:inline-block;text-align:left !important;width:auto;color:#727273;font-size:13px;padding:8px 0 8px 0 !important;font-weight:700}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list .monetary{color:#727273;font-size:13px;padding:8px 0 8px 0 !important;font-weight:700;margin-bottom:0}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list .Discounts .monetary{color:#a11010}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers .totalizers-list tr{border-bottom:1px solid #ececee !important}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers td{line-height:1}.cart-template.mini-cart .custom-cart-template-wrap .summary-totalizers tfoot td{font-size:16px !important;color:#5e0000 !important;font-weight:700 !important;padding-top:0 !important}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct.gift strong.price{font-size:0}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct.gift strong.price::before{content:"BRINDE";color:#5e0000;font-size:14px;font-weight:700}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct{display:flex;flex-wrap:wrap;clear:unset;border-bottom:1px solid #ebe1dc}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct>a{float:unset;width:45px;height:45px;order:1;margin-bottom:-14px}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .product-name{text-overflow:ellipsis;overflow:hidden;order:2;flex:1;width:unset;height:33px;line-height:15px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:initial;font-size:12px;color:#353535;font-weight:400;margin-bottom:2px;float:unset;margin-right:5px}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .shipping-date{display:none}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .quantity.badge{position:unset;display:flex;order:4;box-shadow:none;float:unset;width:100%;padding-left:51px;color:#353535;font-size:12px;font-weight:400;background:rgba(0,0,0,0)}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .quantity.badge::before{content:"Quantidade: "}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .price{display:none}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .price-subtotal{display:inline-block;margin-left:auto;color:#5e0000;font-size:14px;font-weight:700}.cart-template.mini-cart .custom-cart-template-wrap .cart-items .hproduct .description{float:unset;order:3;margin:0;display:flex;width:fit-content;padding-top:5px;margin-bottom:-10px}.cart-template.mini-cart .summary-template-holder .summary-coupon-wrap{border-top:0 !important;margin:16px 0 12px}.cart-template.mini-cart .payment-confirmation-wrap .note{display:block !important}.cart-template-holder .cart{border:none;margin-bottom:20px}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{max-width:348px}}@media screen and (min-width: 991px){.cart-template.full-cart .cart-template-holder{flex:1}}.srp-icon-radio-selected path{fill:#9b6950}.srp-shipping-current-single{border:1px solid #ebe1dc !important}.srp-shipping-current-single .srp-shipping-current-single__sla{font-size:14px;font-weight:400;color:#606060}.srp-shipping-current-single .srp-shipping-current-single__price{color:#5e0000;font-weight:700;font-size:12px}#orderform-minicart-to-cart{display:none}.orderform-template .payment-confirmation-wrap .payment-submit-wrap,.summary-template-holder .cart-links-bottom{position:unset !important}#cart-to-orderform{font-size:0 !important;height:48px;line-height:1;display:flex;align-items:center;justify-content:center}#cart-to-orderform::after{content:"Finalizar compra" !important;font-size:14px !important;text-transform:uppercase;font-weight:400}.cart-template.full-cart .cart-more-options{display:none !important}.cart-template.full-cart .cart-more-options.active{display:block !important}.cart-template.full-cart .cart-more-options.active .cart-select-gift-placeholder{display:block !important;margin:0 12px}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item{padding:5px 8px}}.cart-select-gift-placeholder .available-gift-item .product-name,.cart-select-gift-placeholder .available-gift-item .product-name *{color:#606060}.cart-select-gift-placeholder .available-gift-item .product-name{display:flex;justify-content:space-between;align-items:center;flex:1;padding:0}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name>span{max-width:unset;margin-right:16px}}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name .brand{display:none !important}}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name::after{display:none !important}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{padding-left:0 !important;margin-left:20px}}@media screen and (max-width: 991px){.PaymentCardCVVHelp{margin:-148px -41px -72px 133px !important}}#app-container .AddressToggle input{position:relative;width:16px;height:16px;background:#eee;margin-right:8px;margin-bottom:2px;-webkit-appearance:none;appearance:none;cursor:pointer}#app-container .AddressToggle input::before{content:"";border:1px solid #9b6950;position:absolute;top:0;left:0;background-color:#fefefe;width:15px;height:15px}#app-container .AddressToggle input:checked{border:dashed 1px rgba(0,0,0,0)}#app-container .AddressToggle input:checked::after{content:"";width:10px;height:10px;position:absolute;top:3.2px;left:3.2px;background-color:#9b6950}.Items,.MzCredits{order:4}@media screen and (max-width: 991px){.v-custom-addLabels-active-flag{display:none}}@media(min-width: 991px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:initial !important}}.summary-template-holder{background:#fff;padding:20px;text-align:left;box-sizing:border-box;border:none;position:relative;top:unset}.payment-data .gift-card-section{order:2;padding-left:0 !important}.payment-data .gift-card-section:first-child{order:1}@media screen and (max-width: 991px){.payment-data .gift-card-section{padding-left:0px !important}}@media screen and (max-width: 991px){.step{width:calc(100% - 32px) !important}}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%;max-width:172px}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}@media(min-width: 1300px){.orderform-template-holder>.row-fluid{grid-column-gap:3.5vw}}@media screen and (max-width: 991px){.orderform-template-holder>.row-fluid{display:flex;flex-direction:column;gap:20px}}@media(max-width: 991px){.orderform-template-holder>.row-fluid #shipping-data{margin:0 !important}}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data{transform:translateY(-20px)}}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data.span12{transform:translateY(0px)}}@media only screen and (max-width: 991px){.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp{display:flex;background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none;position:static;width:100%;left:0;font-size:0;padding:0;margin:0 !important;height:auto !important}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp::after{content:"Três últimos números atrás do seu cartão.";font-size:13px;color:#dd4b39;display:flex;margin-top:8px}}@media(max-width: 991px){ul.payment-paypal-benefits:before{margin-bottom:54%}}@media(max-width: 991px){.orderform-template-holder #client-profile-data .step.client-profile-data{margin-bottom:0 !important}}@media(min-width: 991px){.orderform-template .orderform-template-holder{padding-right:0}}@media(max-width: 768px){.orderform-template-holder #payment-data .steps-view iframe{margin:0 auto}}@media(min-width: 991px){#client-profile-data .emailInfo{max-width:333px}}input,select,button{outline:none !important}#vtexIdContainer input,.table.cart-items tr.item-attachments-content input,.table.cart-items tr.item-attachments-content select,.table.cart-items tbody tr td .product-service select,.table.cart-items td.quantity input,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input,.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input,.orderform-template .summary-note .note-textarea,#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select,.vcustom--vtex-omnishipping-1-x-address input{height:40px;line-height:40px;max-height:initial;display:inline-block;padding:0px 10px;border-radius:4px;border:1px solid #cbcbcb;outline:initial;font-family:"Open Sans",sans-serif;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#vtexIdContainer input.error,.table.cart-items tr.item-attachments-content input.error,.table.cart-items tr.item-attachments-content select.error,.table.cart-items tbody tr td .product-service select.error,.table.cart-items td.quantity input.error,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input.error[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button.error[type=submit],.cart-more-options .srp-container select.error,.cart-more-options .srp-container input.error[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input.error,.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select.error:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select.error:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select.error:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input.error[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select.error:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input.error,.orderform-template .summary-note .error.note-textarea,#app-container input.error[type=text],#app-container input.error[type=tel],#app-container input.error[type=email],#app-container select.error,.vcustom--vtex-omnishipping-1-x-address input.error{border-color:#ff4c4c}#vtexIdContainer input:focus,.table.cart-items tr.item-attachments-content input:focus,.table.cart-items tr.item-attachments-content select:focus,.table.cart-items tbody tr td .product-service select:focus,.table.cart-items td.quantity input:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset input:focus[type=text],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type=submit],.cart-more-options .srp-container select:focus,.cart-more-options .srp-container input:focus[type=text]:not(.pac-target-input),.cart-more-options .srp-container .vtex-shipping-preview-0-x-addressFormPart1.vtex-shipping-preview-0-x-geolocation input:focus,.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:focus:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:focus:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:focus:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input:focus[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:focus:not(.pac-target-input),.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation input:focus,.orderform-template .summary-note .note-textarea:focus,#app-container input:focus[type=text],#app-container input:focus[type=tel],#app-container input:focus[type=email],#app-container select:focus,.vcustom--vtex-omnishipping-1-x-address input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.4)}input#creditCardpayment-card-0Number,input#creditCardpayment-card-0Code,input#creditCardpayment-card-1Number,input#creditCardpayment-card-1Code{font-size:18px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{animation:input_background_autofill 0s forwards}@keyframes input_background_autofill{100%{background-color:rgba(0,0,0,0)}}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a{font-family:"Open Sans",sans-serif;text-shadow:none;border-radius:4px;outline:none !important;text-align:center;font-size:12px;padding:5px 12px;box-sizing:border-box;display:inline-block;background:none;box-shadow:none}.btn,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{transition:all ease .3s}.btn:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.btn:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus{background:none}.btn-large,.client-pre-email .client-email.input.text .btn-success{padding:17px 19px}.btn-link,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{color:#9b6950}.btn-link:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.btn-link:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus{color:#bc9079}.btn-success{background:#74b82f !important;border:1px solid #74b82f !important;font-weight:600;font-size:13px}.btn-success:hover,.btn-success:focus,.btn-success:active{background:#5a9c25 !important;border:1px solid #5a9c25 !important}.btn-success[disabled]{background:#ccc;border:1px solid #ccc}.btn-primary{background:#74b82f !important;border:1px solid #74b82f !important;color:#fefefe !important}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{background:#5a9c25 !important;border:1px solid #5a9c25 !important}.btn-secondary,.table.cart-items tbody tr td.product-name .add-service.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container a,.table.cart-items tbody tr td .product-service input[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data #btn-add-gift-card{background:rgba(0,0,0,0);border:1px solid #9b6950;color:#9b6950}.btn-secondary:hover,.table.cart-items tbody tr td.product-name .add-service.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:hover,.table.cart-items tbody tr td.product-name .clone-item.btn:hover,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:hover,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:hover,.table.cart-items tbody tr td .product-service input:hover[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:hover[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:hover,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:hover,.orderform-template-holder #payment-data #btn-add-gift-card:hover,.btn-secondary:focus,.table.cart-items tbody tr td.product-name .add-service.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:focus,.table.cart-items tbody tr td.product-name .clone-item.btn:focus,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:focus,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:focus,.table.cart-items tbody tr td .product-service input:focus[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:focus[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:focus,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:focus,.orderform-template-holder #payment-data #btn-add-gift-card:focus,.btn-secondary:active,.table.cart-items tbody tr td.product-name .add-service.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.add-service:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.add-service:active,.table.cart-items tbody tr td.product-name .clone-item.btn:active,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item:active,.table.cart-items tbody tr td.product-name .add-item-attachment-container a:active,.table.cart-items tbody tr td .product-service input:active[type=submit],.summary-template-holder .summary-coupon fieldset.coupon-fieldset button:active[type=submit],.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn:active,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action a:active,.orderform-template-holder #payment-data #btn-add-gift-card:active{background:#fefefe;border:1px solid #bc9079;color:#bc9079}.btn-outlined{background:rgba(0,0,0,0);border:1px solid #9b6950;color:#9b6950}.btn-outlined:hover,.btn-outlined:focus,.btn-outlined:active{background:rgba(0,0,0,0);border:1px solid #bc9079}.btn#payment-data-submit span,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#payment-data-submit span,.orderform-template-holder #payment-data .payment-discounts-list table td.action a#payment-data-submit span{font-size:14px;margin-left:5px;font-weight:bold}.cart-more-options .srp-container .srp-main-title,.client-pre-email h3.client-pre-email-h span:after,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template .cart-template.mini-cart h2{border-bottom:1px solid #eee;font-weight:bold;padding:7px 0 !important;color:#999;color:#323232;border:none;font-size:20px;text-transform:initial;margin-bottom:0px}.payment-data .gift-card-section,.payment-data .payment-discounts-alert{margin:0;width:100% !important;box-sizing:border-box}.input-append,.input-prepend{display:flex !important;align-items:stretch}.input-append .btn,.input-append .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-append a,.input-append .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-append a,.input-append .add-on,.input-prepend .btn,.input-prepend .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .input-prepend a,.input-prepend .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .input-prepend a,.input-prepend .add-on{height:40px;line-height:40px;box-sizing:border-box;padding:0;width:20px}.input-append .add-on,.input-prepend .add-on{height:initial !important}.input-append input,.input-prepend input{border-radius:0 4px 4px 0 !important;width:100% !important;max-width:100px !important}.payment-discoints-table .number,.gift-card-provider-group .number,.payment-discoints-table .action,.gift-card-provider-group .action{text-align:right}@media(max-width: 690px){.orderform-template-holder .client-profile-data input[type=text]{width:100% !important}}@media(max-width: 690px){.item-quantity-change{display:block;float:left;padding:3px 5px 3px 0px}.item-quantity-change-increment{padding-left:5px;padding-right:0}.full-cart .cart-links-bottom .btn-success{width:auto;display:block;margin-top:10px}.full-cart .cart table{display:block;margin-top:0 !important}.full-cart .cart table thead{display:none}.full-cart .cart table tbody{display:block}.full-cart .cart table tbody tr+tr{border-top:1px dashed #ddd}.full-cart .cart table tbody tr{display:block;margin-top:10px;padding:10px 0;position:relative}.full-cart .cart table tbody tr .product-name a,.full-cart .cart table tbody tr .product-name .seller{overflow:hidden}.full-cart .cart table tbody tr td{display:inline-block;padding:4px 0}.full-cart .cart table tbody tr td.product-name .seller{display:block;line-height:120%;font-size:80%;margin:4px 0}.full-cart .cart table tbody tr td.product-image,.full-cart .cart table tbody tr td.bundle-item-image{left:0;position:absolute}.full-cart .cart table tbody tr td.product-name{display:block;margin-left:60px;text-align:left;line-height:140%;width:auto;padding:0 0 10px !important}.full-cart .cart table tbody tr td.empty,.full-cart .cart table tbody tr td.shipping-date,.full-cart .cart table tbody tr td .brand{display:none}.full-cart .cart table tbody tr td.product-name a,.full-cart .cart table tbody tr td.bundle-item-name span{display:block;padding-right:20px}.full-cart .cart table tbody tr td.quantity{width:81px;padding:0px;margin-left:60px}.full-cart .cart table tbody tr td.quantity input{float:left;margin:0;width:25px}.full-cart .cart table tbody tr td.product-price{text-align:right;float:right;margin-right:5px;padding:0}.full-cart .cart table tbody tr td.quantity-price{display:none}.full-cart .cart table tbody tr td.item-remove{position:absolute;top:2px;right:0;width:24px}.cart-links-bottom{float:none;margin-top:5px;margin-bottom:40px;text-align:right}.more{margin-right:0}.full-cart .cart table tbody tr.item-attachments-head{border:0;margin:0;padding:0}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header{top:auto}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header:after{content:none}.full-cart .cart table tbody tr.item-attachments-head .item-attachments-header strong{box-shadow:none}.full-cart .cart table tbody tr.item-attachments-content{margin:0;border:0;padding:0}.full-cart .cart table tbody tr.item-attachments-content .item-attachments-item-fields{margin-left:5px;width:95%}}.default-modal{border-radius:4px;height:auto}.modal .btn,.modal .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .modal a,.modal .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .modal a{background:#fff}.modal.guest-login-modal button.btn{width:auto}.modal.guest-login-modal,.modal.modal-email-template,.modal.modal-payment-template,.modal.modal-masked-info-template{background:#9b6950}.payment-confirmation-message{width:100%}#vtexIdContainer{position:fixed !important}.vtexIdUI{position:absolute;top:50% !important;transform:translateY(-50%) !important}#vtexIdContainer a{color:#9b6950}#vtexIdContainer .vtexIdUI .modal-footer{background:none}#vtexIdContainer .vtexIdUI .btn,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a{border-radius:4px;height:40px;line-height:40px;box-shadow:none !important;font-size:12px;padding:0 30px}#vtexIdContainer .vtexIdUI .btn.btn-success,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success{background:#9b6950;border:1px solid #9b6950}#vtexIdContainer .vtexIdUI .btn.btn-success:hover,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:hover,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:hover,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:hover,#vtexIdContainer .vtexIdUI .btn.btn-success:focus,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:focus,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:focus,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:focus,#vtexIdContainer .vtexIdUI .btn.btn-success:active,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.btn-success:active,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a.btn-success:active,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a.btn-success:active,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a.btn-success:active{background:#bc9079;border:1px solid #bc9079}#vtexIdContainer .vtexIdUI .btn#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a#vtexIdUI-facebook,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook,#vtexIdContainer .vtexIdUI .orderform-template-holder #payment-data .payment-discounts-list table td.action a#vtexIdUI-facebook,.orderform-template-holder #payment-data .payment-discounts-list table td.action #vtexIdContainer .vtexIdUI a#vtexIdUI-facebook{background:#4568ad !important}@media(max-width: 768px){#vtexIdContainer{position:fixed !important}#vtexIdContainer .vtexIdUI{overflow:auto;border-radius:0;width:100%;left:0;margin:0;top:0;height:100% !important;border:none}#vtexIdContainer .vtexIdUI .modal-header .close{top:0;right:0;margin:0;padding:4px 8px}}body a{color:#9b6950}body a:hover{color:#bc9079}@media(max-width: 768px){body{padding-bottom:0px !important}}body .cart-template.full-cart>*{opacity:0;transition-delay:1.2s;transition-property:opacity;transition-duration:.5s;-webkit-transition-duration:.5s}body.v-custom-loaded .cart-template.full-cart>*{opacity:initial}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-addressFormPart1.vtex-omnishipping-1-x-geolocation{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-deliveryGroup{display:block}body.returningUser.v-custom-addressForm-on.v-custom-step-shipping .accordion-inner.shipping-container .vtex-omnishipping-1-x-submitPaymentButton{display:block}.onda-v1 .br-pill,.step,.cart,.totalizers{border-radius:4px}.loading.loading-bg{background:#fefefe}@media(max-width: 690px){.container{width:calc(100% - 20px)}}.checkout-container{overflow:initial !important;z-index:2}.body-cart .checkout-container{z-index:unset !important}@media(max-width: 768px){.checkout-container{margin-bottom:30px}}.checkout-container .orderform-template,.checkout-container .cart-template{display:flex;justify-content:space-between;align-items:flex-start;transition:position ease .8s,opacity ease .8s,margin ease .8s}.checkout-container .orderform-template.inactive,.checkout-container .cart-template.inactive{max-height:50vh;overflow:hidden;top:0;position:absolute}.checkout-container .full-cart.inactive{margin-left:-140%}.checkout-container .orderform-template.inactive{left:140%;margin:0;display:none !important}.container-main.container-cart{flex:1}.container-cart h1,h1#orderform-title{font-size:22px !important;font-weight:400 !important;color:#323232 !important}h1#orderform-title{display:none !important}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}body.v-custom-step-profile .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-shipping .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-payment .client-profile-data .accordion-toggle>span:before,body.v-custom-step-payment .shipping-data .accordion-toggle:before,body.v-custom-step-email .client-pre-email h3.client-pre-email-h span:before,body.v-custom-step-profile .client-profile-data .accordion-toggle>span:before,body.v-custom-step-shipping .shipping-data .accordion-toggle:before,body.v-custom-step-payment .payment-data .accordion-toggle>span:not(.payment-edit-link):before,body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{background:#9b6950;border-color:#9b6950;color:#fff}.client-pre-email h3.client-pre-email-h span:before,.client-profile-data .accordion-toggle>span:before,.shipping-data .accordion-toggle:before,.payment-data .accordion-toggle>span:not(.payment-edit-link):before{background:#fff;border:1px solid #323232;color:#323232;width:26px;height:26px;line-height:26px;font-size:15px;text-align:center;margin-right:10px;border-radius:100%;display:inline-block;font-weight:bold;vertical-align:middle;margin-top:-2px}.client-pre-email h3.client-pre-email-h span:before{content:"1"}.client-profile-data .accordion-toggle>span:before{content:"2"}.shipping-data .accordion-toggle:before{content:"3"}.payment-data .accordion-toggle>span:not(.payment-edit-link):before{content:"4"}@media(max-width: 690px){body:before{width:0;height:4px;background:#9b6950;display:block;content:"";position:fixed;top:0;transition:all ease .3s;z-index:999}body.v-custom-step-email:before{width:23%}body.v-custom-step-profile:before{width:46%}body.v-custom-step-shipping:before{width:69%}body.v-custom-step-payment:before{width:92%}}body.v-custom-step-cart .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_cart .text,body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_cart .text,body.v-custom-step-profile .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_cart .text,body.v-custom-step-shipping .checkout-steps_item_identification .text,body.v-custom-step-shipping .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_cart .text,body.v-custom-step-payment .checkout-steps_item_identification .text,body.v-custom-step-payment .checkout-steps_item_shipping .text,body.v-custom-step-payment .checkout-steps_item_payment .text{color:#323232;font-weight:bold;pointer-events:initial}body.v-custom-step-cart .checkout-steps_item_cart{opacity:1}body.v-custom-step-cart .checkout-steps_item_cart .text{pointer-events:none}body.v-custom-step-cart .checkout-steps_item_cart:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-email .checkout-steps_bar_inner-active,body.v-custom-step-profile .checkout-steps_bar_inner-active{width:20%}body.v-custom-step-email .checkout-steps_item_cart,body.v-custom-step-email .checkout-steps_item_identification,body.v-custom-step-profile .checkout-steps_item_cart,body.v-custom-step-profile .checkout-steps_item_identification{opacity:1}body.v-custom-step-email .checkout-steps_item_cart:before,body.v-custom-step-email .checkout-steps_item_identification:before,body.v-custom-step-profile .checkout-steps_item_cart:before,body.v-custom-step-profile .checkout-steps_item_identification:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-email .checkout-steps_item_identification .text,body.v-custom-step-profile .checkout-steps_item_identification .text{pointer-events:none}body.v-custom-step-shipping .checkout-steps_bar_inner-active{width:40%}body.v-custom-step-shipping .checkout-steps_item_cart,body.v-custom-step-shipping .checkout-steps_item_identification,body.v-custom-step-shipping .checkout-steps_item_shipping{opacity:1}body.v-custom-step-shipping .checkout-steps_item_cart:before,body.v-custom-step-shipping .checkout-steps_item_identification:before,body.v-custom-step-shipping .checkout-steps_item_shipping:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-shipping .checkout-steps_item_shipping .text{pointer-events:none}body.v-custom-step-payment .checkout-steps_bar_inner-active{width:60%}body.v-custom-step-payment .checkout-steps_item_cart,body.v-custom-step-payment .checkout-steps_item_identification,body.v-custom-step-payment .checkout-steps_item_shipping,body.v-custom-step-payment .checkout-steps_item_payment{opacity:1}body.v-custom-step-payment .checkout-steps_item_cart:before,body.v-custom-step-payment .checkout-steps_item_identification:before,body.v-custom-step-payment .checkout-steps_item_shipping:before,body.v-custom-step-payment .checkout-steps_item_payment:before{background:#9b6950;border-color:#9b6950}body.v-custom-step-payment .checkout-steps_item_payment .text{pointer-events:none}.checkout-steps{position:relative;min-width:470px;width:100%;display:block}@media(max-width: 690px){.checkout-steps{display:none !important}}.checkout-steps_bar_inner-active{width:0;background:#9b6950}.checkout-steps_items{display:flex;justify-content:space-between}.checkout-steps_item{position:relative;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;opacity:.6}.checkout-steps_item:after{content:"";height:2px;background:#9b6950;margin:0px 5px;min-width:10px}.checkout-steps_item .text{clear:both;display:flex;align-items:center;color:#999;font-weight:500;cursor:pointer}.checkout-steps_item .text:before{content:"";width:7px;height:7px;background:#9b6950;border:2px solid #9b6950;display:inline-block;border-radius:100%;margin-right:7px;transition:all ease .3s}.checkout-steps_item_cart:after{width:calc(100% - 50px)}.checkout-steps_item_identification:after{width:calc(100% - 103px)}.checkout-steps_item_shipping:after{width:calc(100% - 77px)}.checkout-steps_item_payment:after{width:calc(100% - 77px)}.checkout-steps_item_confirmation:after{display:none}body .main-header{padding:12px 0;text-align:center;border-bottom:1px solid #cbcbcb;position:relative;background-color:#fff;margin-bottom:40px}body .main-header,body .main-header>.container{display:flex;align-items:center}@media(max-width: 690px){body .main-header,body .main-header>.container{justify-content:center}}body .main-header>.container:before,body .main-header>.container:after{display:none}body .main-header .header-link{position:absolute;left:0px;top:calc(100% + 18px);display:none}body .main-header .header-link a{height:20px;font-size:11px;line-height:115%;padding-left:0px;color:#676767;display:flex;align-items:center}body .main-header .header-link a:before{display:block;float:left;width:10px;height:10px;-webkit-mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0xNDMuNDkyLDIyMS44NjNMMzM2LjIyNiwyOS4xMjljNi42NjMtNi42NjQsNi42NjMtMTcuNDY4LDAtMjQuMTMyYy02LjY2NS02LjY2Mi0xNy40NjgtNi42NjItMjQuMTMyLDBsLTIwNC44LDIwNC44DQoJCQljLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMg0KCQkJTDE0My40OTIsMjIxLjg2M3oiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#676767;content:""}body .main-header .header-link a.back-cart-link{display:none}@media(max-width: 690px){body .main-header .header-link{top:50%;transform:translateY(-50%)}body .main-header .header-link a{max-width:80px}body .main-header .header-link a:before{width:17px;height:17px}}body .main-header .logo{max-width:calc(100% - 180px)}body .main-header .logo svg.vtex-logo{height:50px}body .main-header .logo,body .main-header .logo img{display:inline-block;font-size:24px;border:none;line-height:39px}body .main-header .checkout-steps{max-width:540px;margin-left:auto;padding-right:10px}@media(max-width: 690px){body:not(.body-cart) .main-header{padding:4px 0;margin-bottom:10px}body:not(.body-cart) .main-header .v-custom-mhide{display:none !important}body:not(.body-cart) .main-header,body:not(.body-cart) .main-header>.container{background:none;border:none;justify-content:center}body:not(.body-cart) .main-header .logo{cursor:default;pointer-events:none;font-weight:bold}body:not(.body-cart) .main-header .logo svg,body:not(.body-cart) .main-header .logo img{display:none !important}body:not(.body-cart) .main-header .logo:before{content:"checkout";text-transform:uppercase}body:not(.body-cart) .main-header .logo,body:not(.body-cart) .main-header .logo:hover{color:#323232;font-size:14px}body:not(.body-cart) .main-header .header-link{display:block}body:not(.body-cart) .main-header a.buy-more-link{display:none}body:not(.body-cart) .main-header a.back-cart-link{display:block !important;font-size:0}body:not(.body-cart) .main-header a.back-cart-link:before{background:#323232}}.main-footer{clear:both;text-align:center;padding:2px 0;border-top:1px solid #cbcbcb;position:absolute;bottom:0;width:100%;z-index:-1}.main-footer .container{position:initial}@media(max-width: 768px){.main-footer{position:relative}}.main-footer a.credits-vtex{width:100px;display:block;margin:0 auto}.main-footer .vtex-logo{display:block;margin:0 auto}.main-footer svg,.main-footer svg path{fill:#999}.cart{border:none;padding:0}body.v-custom-step-cart .main-header .header-link{display:block}body.v-custom-cart-empty #cart-title,body.v-custom-cart-empty #shipping-preview-container,body.v-custom-cart-empty .summary-template-holder,body.v-custom-cart-empty .checkout-steps,body.v-custom-cart-empty .cart-more-options{display:none !important}body.v-custom-cart-empty .cart-template-holder{margin:0 auto}.empty-cart-content{padding:50px 0}h1#cart-title{display:none !important}.cart-more-options,.cart-template-holder .cart{padding:20px 30px;background:#fff;margin:0;border-radius:4px}@media(min-width: 992px){.cart-template-holder .cart{max-height:580px;overflow:auto}.cart-template-holder .cart::-webkit-scrollbar{width:6px;border-radius:4px}.cart-template-holder .cart::-webkit-scrollbar-track{background:#f1f1f1}.cart-template-holder .cart::-webkit-scrollbar-thumb{background:#5e0000;border-radius:4px}}@media(max-width: 690px){.cart-more-options,.cart-template-holder .cart{padding:12px}}.table.cart-items{display:block}.table.cart-items thead{width:100%;display:block}.table.cart-items thead tr{display:flex;align-items:center}.table.cart-items thead tr th.product{width:calc(100% - 235px) !important}.table.cart-items thead tr th.product-price,.table.cart-items thead tr th.quantity-price{width:90px !important;order:5}.table.cart-items thead tr th.item-remove,.table.cart-items thead tr th.quantity-price,.table.cart-items thead tr th.shipping-date{display:none}.table.cart-items thead tr th.quantity{min-width:62px;order:4}.table.cart-items thead tr th.product-image{order:1}.table.cart-items thead tr th.product-name{order:2}.table.cart-items thead tr th.shipping-date{order:3}.table.cart-items tr.item-attachments-head{border:none !important;justify-content:center}.table.cart-items tr.item-attachments-head .help-arrow{display:none}.table.cart-items td.shipping-date{display:none}.table.cart-items tbody{display:flex;flex-wrap:wrap;width:100%}.table.cart-items tbody tr{width:100%;display:flex;flex-wrap:wrap;border-top:1px solid #eee}.table.cart-items tbody tr.hide{display:none}.table.cart-items tbody tr>.v-custom-bundles{width:100%}@media(max-width: 690px){.table.cart-items tbody tr{margin-top:0 !important}.table.cart-items tbody tr:first-child{border:none}}.table.cart-items tbody tr.item-attachments-head,.table.cart-items tbody tr.item-attachments-content{display:none}.table.cart-items tbody tr .v-custom-product-item-wrap{width:100%;display:flex;align-items:center;position:relative;padding:20px 0}@media(max-width: 690px){.table.cart-items tbody tr .v-custom-product-item-wrap{display:block;padding:10px 0}.table.cart-items tbody tr .v-custom-product-item-wrap:after{content:"";clear:both;display:block}}.table.cart-items tbody tr td{width:auto;border:none}.table.cart-items tbody tr td.product-name .add-service-container,.table.cart-items tbody tr td.product-name .clone-item.btn,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item,.table.cart-items tbody tr td.product-name .add-item-attachment-container{margin:10px 0}.table.cart-items tbody tr td.product-name .add-service-container+p,.table.cart-items tbody tr td.product-name .clone-item.btn+p,.table.cart-items tbody tr td.product-name .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.clone-item+p,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .orderform-template-holder #payment-data .payment-discounts-list table td.action a.clone-item+p,.orderform-template-holder #payment-data .payment-discounts-list table td.action .table.cart-items tbody tr td.product-name a.clone-item+p,.table.cart-items tbody tr td.product-name .add-item-attachment-container+p{display:none}@media(min-width: 769px){.table.cart-items tbody tr td.product-name{width:calc(100% - 355px) !important}}.table.cart-items tbody tr td.product-name .seller{display:block}.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:90px !important;white-space:nowrap;margin:0 10px;line-height:16px;order:5}.table.cart-items tbody tr td.product-price br,.table.cart-items tbody tr td.quantity-price br{display:none}@media(max-width: 690px){.table.cart-items tbody tr td.product-price,.table.cart-items tbody tr td.quantity-price{width:initial !important;text-align:right;float:right;margin:0;padding:0}}.table.cart-items tbody tr td.product-price .new-product-price-label,.table.cart-items tbody tr td.product-price .old-product-price-label,.table.cart-items tbody tr td.quantity-price .new-product-price-label,.table.cart-items tbody tr td.quantity-price .old-product-price-label{display:none}.table.cart-items tbody tr td.product-price .list-price,.table.cart-items tbody tr td.quantity-price .list-price{font-size:10px}.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{font-weight:bold;position:relative}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .total-selling-price,.table.cart-items tbody tr td.product-price .best-price,.table.cart-items tbody tr td.quantity-price .total-selling-price,.table.cart-items tbody tr td.quantity-price .best-price{display:flex;justify-content:flex-end;margin-top:7px}.table.cart-items tbody tr td.product-price .total-selling-price .discount,.table.cart-items tbody tr td.product-price .best-price .discount,.table.cart-items tbody tr td.quantity-price .total-selling-price .discount,.table.cart-items tbody tr td.quantity-price .best-price .discount{margin-left:5px;display:block}}.table.cart-items tbody tr td.product-price .new-product-real-price-per-unit,.table.cart-items tbody tr td.quantity-price .new-product-real-price-per-unit{display:inline-block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__best,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__best{font-weight:bold;font-size:12px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list{display:block;font-size:10px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{display:block}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--list{text-decoration:line-through;color:#999}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{color:#676767;font-size:10px;line-height:11px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling{margin-bottom:3px}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .discount,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .discount{display:none}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:after,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:after{content:")"}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling:before,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling:before{content:"("}.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list--selling .best-price,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list--selling .best-price{font-weight:normal;display:inline-block}@media(max-width: 690px){.table.cart-items tbody tr td.product-price .v-custom-quantity-price__list>*:last-child,.table.cart-items tbody tr td.quantity-price .v-custom-quantity-price__list>*:last-child{margin-bottom:-7px}}.table.cart-items tbody tr td.product-price.v-custom-quantity-price-active>.list-price,.table.cart-items tbody tr td.quantity-price.v-custom-quantity-price-active>.list-price{display:none !important}.table.cart-items tbody tr td.product-price>span.list-price,.table.cart-items tbody tr td.product-price>span.best-price,.table.cart-items tbody tr td.quantity-price>span.list-price,.table.cart-items tbody tr td.quantity-price>span.best-price{display:block}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{z-index:2}.table.cart-items tbody tr td.product-price a.manualprice-link-remove,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove{position:absolute;top:-2px;left:-4px;background:#fff}.table.cart-items tbody tr td.product-price a.manualprice-link-remove i.icon-remove:before,.table.cart-items tbody tr td.quantity-price a.manualprice-link-remove i.icon-remove:before{width:10px !important;height:10px !important}.table.cart-items tbody tr td.product-price span.product-manualprice,.table.cart-items tbody tr td.quantity-price span.product-manualprice{padding:5px 5px 5px 31px;border:1px solid #ccc;display:inline-block;background:#fff;border-radius:5px;box-shadow:0 0 19px #777;position:absolute;top:0;left:0;transform:translate(-15%, -34%)}@media(max-width: 690px){.table.cart-items tbody tr td.product-price span.list-price:not(.hide)+br+span.best-price{margin-top:0}}.table.cart-items tbody tr td.item-remove{margin-left:auto;width:20px !important;order:10}@media(max-width: 690px){.table.cart-items tbody tr td.item-remove{top:0 !important}}.table.cart-items tbody tr td.product-image{order:1}.table.cart-items tbody tr td.product-name{order:2;width:60%}.table.cart-items tbody tr td.shipping-date{order:3}.table.cart-items tbody tr td.quantity{order:4}.table.cart-items tbody tr td.quantity-price{display:none !important}.table.cart-items tbody tr td.product-price{display:block !important}.table.cart-items tbody tr td .field-help{background:#9b6950;border-color:#9b6950}.table.cart-items tbody tr td i.icon-question-sign{color:#9b6950}.table.cart-items tbody tr td .add-item-attachment-container,.table.cart-items tbody tr td .clone-item,.table.cart-items tbody tr td p.clone-item-container{display:none !important}.table.cart-items tbody tr td hr.clone-item-sep{margin:0;clear:both;border:none}.table.cart-items tbody tr td .product-service{height:50px;margin-top:10px;position:relative}@media(min-width: 690px){.table.cart-items tbody tr td .product-service fieldset{width:100%;position:absolute;min-width:250px}}.table.cart-items tbody tr td .product-service p{display:flex}.table.cart-items tbody tr td .product-service select{background:#fff;width:100%;margin-right:10px}.table.cart-items tbody tr td.quantity input{line-height:inherit}.table.cart-items tbody tr .v-custom-assemblies{clear:both}.table.cart-items tbody tr.v-custom-bundles-in .product-service{display:none}.table.cart-items tbody tr.item-unavailable{margin:10px 0;border-radius:10px;border:none !important}@media(max-width: 690px){.table.cart-items tbody tr.item-unavailable{padding:0;text-align:center}}.table.cart-items tbody tr.v-custom-indexedItems-in+tr.item-unavailable{display:none}.table.cart-items tbody tr.v-custom-indexed-item{border:none}.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{margin:0 0 10px 0;padding:0;border-top:none}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-product-item-wrap,.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-product-item-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{background:#fefefe;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;box-sizing:border-box;padding:5px 10px}.table.cart-items tbody tr.v-custom-indexed-item .v-custom-trservice-wrap,.table.cart-items tbody tr.item-service .v-custom-trservice-wrap{margin-bottom:10px;margin-top:10px}.table.cart-items tbody tr.v-custom-indexed-item td.quantity,.table.cart-items tbody tr.item-service td.quantity{background:#fff;width:25px;height:20px;text-align:center;justify-content:center}.table.cart-items tbody tr.v-custom-indexed-item td.quantity p,.table.cart-items tbody tr.item-service td.quantity p{width:100%}.table.cart-items tbody tr.v-custom-indexed-item td.product-price,.table.cart-items tbody tr.item-service td.product-price{display:none !important}.table.cart-items tbody tr.v-custom-indexed-item td.quantity-price,.table.cart-items tbody tr.item-service td.quantity-price{display:block !important}.table.cart-items tbody tr.v-custom-indexed-item .item-remove,.table.cart-items tbody tr.item-service .item-remove{margin-left:auto;position:initial;width:auto}.table.cart-items tbody tr.v-custom-indexed-item .item-remove i.icon.icon-remove.item-remove-ico:before,.table.cart-items tbody tr.item-service .item-remove i.icon.icon-remove.item-remove-ico:before{content:"-";background:#ff4c4c;color:#fff;line-height:9px;border-radius:100%;width:16px;height:16px;font-size:27px}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item,.table.cart-items tbody tr.item-service{border-top:none !important}.table.cart-items tbody tr.v-custom-indexed-item .product-price,.table.cart-items tbody tr.v-custom-indexed-item .quantity,.table.cart-items tbody tr.item-service .product-price,.table.cart-items tbody tr.item-service .quantity{margin:auto !important;width:auto !important;min-width:initial !important}}.table.cart-items tbody tr.v-custom-indexed-item:last-child{margin-bottom:20px}.table.cart-items tbody tr.v-custom-indexed-item td.product-image{display:none}@media(max-width: 690px){.table.cart-items tbody tr.v-custom-indexed-item td.quantity{display:none}}.table.cart-items tbody tr.v-custom-indexed-item td.product-name{margin-left:0 !important;padding:0 !important;width:100% !important;margin-right:15px}.table.cart-items tbody tr.v-custom-indexed-item p{margin:0;padding:0}.table.cart-items tbody tr:last-child{border-bottom:none}.table.cart-items tbody>tr.v-custom-indexed-item,.table.cart-items tbody>tr[data-parentitemindex]{display:none}.table.cart-items td.product-image a{overflow:hidden;border-radius:4px;margin-right:20px}.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:100px;display:block;max-width:initial;height:auto}@media(max-width: 690px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:70px}}.table.cart-items td.product-name a,.table.cart-items td.product-name a:hover{color:#333;font-weight:bold;text-decoration:none}.table.cart-items td.quantity input{margin:0;width:30px !important;height:30px !important;padding:0;border:none;box-shadow:none;font-family:Open Sans;font-weight:600;font-size:14px;line-height:100%;text-align:center;color:#454545;background:#f8f6f2}.table.cart-items td.quantity input:focus{outline:none;border:none;box-shadow:none}.table.cart-items td.quantity .item-quantity-change{position:initial;left:initial;top:initial;bottom:initial;height:initial;display:flex;align-items:center;justify-content:center;padding:0}.table.cart-items td.quantity .item-quantity-change i{background:none;line-height:0;display:inline-block}.table.cart-items td.quantity .item-quantity-change i:before{font-weight:bold;font-size:22px;width:25px;height:25px;line-height:0;color:#000;border-radius:100%}.table.cart-items td.quantity .item-quantity-change>p{margin:0}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-decrement i:before{content:"-";display:none;line-height:21px}.table.cart-items td.quantity .item-quantity-change.item-quantity-change-increment i:before{content:"";background-image:url("https://divvino.vtexassets.com/assets/vtex.file-manager-graphql/images/81c0a4c1-b4e7-4122-8e94-4413b11a9376___e407fa9675e8de873a67738b27631a37.svg");background-repeat:no-repeat;background-position:center center}@media(max-width: 690px){.table.cart-items td.quantity{width:97px}.table.cart-items td.product-name,.table.cart-items td.quantity{margin-left:90px !important}}.table.cart-items i.icon.icon-remove.item-remove-ico:before{content:url("https://divvino.vtexassets.com/assets/vtex.file-manager-graphql/images/5d917e3a-e8bf-4b50-87e1-9f294cb9165c___bcc2fb4baf832aa02385a8aa8535a826.svg");width:15px;height:15px}.summary-template-holder .summary-totalizers,.summary-template-holder .summary-coupon-wrap{width:100% !important}.summary-template-holder .cart-more-options{display:none !important}.summary-template-holder .summary-coupon{text-align:center;margin:0 auto !important;min-width:initial}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data{display:none !important;margin:0;width:100%}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p{margin:0;color:#676767}.summary-template-holder .summary-coupon fieldset.coupon-fieldset p label{cursor:initial;font-size:13px}.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a{width:100%;text-decoration:underline}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div{display:flex;justify-content:space-between;align-items:center}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none]{display:block !important}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=none] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-label{display:none}.summary-template-holder .summary-coupon fieldset.coupon-fieldset>div[style*=flex] p.coupon-fields{width:100%}.summary-template-holder .summary-coupon p.coupon-fields span{display:flex;width:100%;position:relative}.summary-template-holder .summary-coupon p.coupon-fields span.info{align-items:center;padding:0;color:#323232}.summary-template-holder .summary-coupon p.coupon-fields span.info>span{text-align:left;margin-right:10px;color:#9b6950}.summary-template-holder .summary-coupon p.coupon-fields span input{width:100%;margin-right:10px}.summary-template-holder .summary-coupon p.coupon-fields .delete{width:auto}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove{color:#ff4c4c;font-size:0;display:flex;align-items:center}.summary-template-holder .summary-coupon p.coupon-fields .delete #cart-coupon-remove:before{content:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyLjAwMSA1MTIuMDAxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAxIDUxMi4wMDE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNMjg0LjI4NiwyNTYuMDAyTDUwNi4xNDMsMzQuMTQ0YzcuODExLTcuODExLDcuODExLTIwLjQ3NSwwLTI4LjI4NWMtNy44MTEtNy44MS0yMC40NzUtNy44MTEtMjguMjg1LDBMMjU2LDIyNy43MTcNCgkJCUwzNC4xNDMsNS44NTljLTcuODExLTcuODExLTIwLjQ3NS03LjgxMS0yOC4yODUsMGMtNy44MSw3LjgxMS03LjgxMSwyMC40NzUsMCwyOC4yODVsMjIxLjg1NywyMjEuODU3TDUuODU4LDQ3Ny44NTkNCgkJCWMtNy44MTEsNy44MTEtNy44MTEsMjAuNDc1LDAsMjguMjg1YzMuOTA1LDMuOTA1LDkuMDI0LDUuODU3LDE0LjE0Myw1Ljg1N2M1LjExOSwwLDEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdMMjU2LDI4NC4yODcNCgkJCWwyMjEuODU3LDIyMS44NTdjMy45MDUsMy45MDUsOS4wMjQsNS44NTcsMTQuMTQzLDUuODU3czEwLjIzNy0xLjk1MiwxNC4xNDMtNS44NTdjNy44MTEtNy44MTEsNy44MTEtMjAuNDc1LDAtMjguMjg1DQoJCQlMMjg0LjI4NiwyNTYuMDAyeiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K");width:11px;height:12px;display:block;line-height:10px}.summary-template-holder .summary-coupon i.icon-spin.loading-coupon{border:1px solid #666;border-top:none;border-radius:100%;font-size:0;width:20px;height:20px;padding:0;line-height:0;display:none;margin:0;position:absolute;top:25%;right:10px;z-index:-1}.summary-template-holder span.link-choose-more-products-wrapper{display:none}.summary-template-holder .cart-links-bottom{float:none;margin:10px 0 0 0}.summary-template-holder .cart-links-bottom .btn,.summary-template-holder .cart-links-bottom .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-links-bottom a,.summary-template-holder .cart-links-bottom .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .summary-template-holder .cart-links-bottom a{width:100%;box-sizing:border-box}.summary-template-holder .cart-links-bottom .btn-success{font-weight:bold}@media(max-width: 690px){.summary-template-holder .cart-links-bottom{position:fixed;bottom:0;width:100%;left:0;z-index:10000}.summary-template-holder .cart-links-bottom a{border-radius:0}}.summary-template-holder .summary-totalizers .table td.space,.summary-template-holder .summary-totalizers .table td.empty,.summary-template-holder .summary-totalizers tbody.shipping-calculate{display:none}.summary-template-holder .shipping-reset{display:none}.summary-template-holder .accordion-inner{margin-top:10px}.summary-template-holder tr:not(.Shipping){display:flex !important;justify-content:space-between;border:none !important}.summary-template-holder tr:not(.Shipping).CustomTax:not(.CustomTax--total){display:none !important}.summary-template-holder tbody tr{padding:0 8px;border-bottom:solid 1px #ececec !important}.summary-template-holder tbody td{display:inline-block;text-align:left !important;width:auto;color:#727273;font-size:12px;line-height:150% !important;padding:8px 0 8px 0 !important;font-weight:700;text-transform:uppercase}.summary-template-holder tbody tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#727273;line-height:150% !important}.summary-template-holder tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#5e0000}.summary-template-holder tbody tr.Discounts td.monetary{color:#a11010}.summary-coupon{width:100% !important}.cart-more-options{width:100% !important;margin:0 !important;border:none;padding:0;min-height:0 !important;display:flex !important;flex-wrap:wrap}.cart-more-options .cart-select-gift-placeholder{display:block !important}.cart-more-options .vtex-shipping-preview-0-x-alert .shp-alert-content.vtex-shipping-preview-0-x-content{display:flex;align-items:center}.cart-more-options .srp-container{max-width:100% !important}.cart-more-options .srp-container span.error{display:none}.cart-more-options .srp-container .srp-toggle__wrapper label{background:#fff;padding:10px 0;border-radius:4px}.cart-more-options .srp-container .srp-delivery-info .b--light-gray{background:#fff;border-radius:4px}.cart-more-options .srp-container select,.cart-more-options .srp-container input[type=text]:not(.pac-target-input){outline:initial}.cart-more-options .srp-container form.srp-postal-code__form.dib.relative{width:100%}.cart-more-options .srp-container button.shp-open-options{border-color:#bc9079}.cart-more-options .srp-container .onda-v1 .blue{color:#9b6950;outline:none}.cart-more-options .srp-container .onda-v1 .b--blue{border-color:#9b6950;outline:none}.cart-more-options .srp-container .onda-v1 .bg-blue{background:#9b6950;outline:initial}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .ship-country{width:98%}.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .btn,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a,.cart-more-options .srp-container .vtex-shipping-preview-0-x-pc .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .srp-container .vtex-shipping-preview-0-x-pc a{height:40px;outline:initial;border-radius:4px}.cart-more-options .srp-container .ship-postalCode{width:auto !important;max-width:190px}.cart-more-options .srp-container .ship-postalCode input#ship-postalCode{width:100%}.cart-more-options .cart-select-gift-placeholder,.cart-more-options #shipping-preview-container{margin:20px;width:100%}@media(min-width: 690px){.cart-more-options .cart-select-gift-placeholder{margin-bottom:0}}.cart-more-options .cart-select-gift-placeholder:empty{display:none}@media(max-width: 690px){.cart-more-options #shipping-preview-container{display:none !important}}.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .btn,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a,.cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode .orderform-template-holder #payment-data .payment-discounts-list table td.action a,.orderform-template-holder #payment-data .payment-discounts-list table td.action .cart-more-options .vtex-pickup-points-modal-3-x-pickupViewMode a{padding:13px 0}.cart-select-gift-placeholder .available-gift-item.active{background:#fefefe}.cart-select-gift-placeholder .label-vertical-group:hover,.cart-select-gift-placeholder .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#676767}.cart-select-gift-placeholder .label-vertical-group:hover .icon-check-empty,.cart-select-gift-placeholder .icon-check-sign{color:#9b6950}.body-cart-vertical .cart-template-holder{width:calc(70% - 20px)}@media(max-width: 998px){.body-cart-vertical .cart-template-holder{width:100%}}.body-cart-vertical .summary-template-holder{width:30%}@media(max-width: 998px){.body-cart-vertical .summary-template-holder{width:100%;margin-top:20px}}.body-cart-vertical .cart-template.full-cart.active{display:flex;flex-flow:wrap;justify-content:space-between;align-items:flex-start}.body-cart-vertical .cart-template.full-cart.active .extensions-checkout-buttons-container{width:auto !important;margin:0}.body-cart-vertical .cart-template.full-cart.active .totalizers.summary-totalizers.cart-totalizers{width:100%;padding:0;margin:0}.client-pre-email{background:none;width:100%;border-top:none;position:relative;text-align:left}.client-pre-email fieldset.pre-email{box-sizing:border-box}.client-pre-email label{margin:0;line-height:20px}.client-pre-email label small{font-size:12px;padding:0;color:#323232;font-weight:400;margin:0;display:block;margin-bottom:13px;margin-top:20px}.client-pre-email .link-cart{display:none}.client-pre-email h3.client-pre-email-h{margin:0}.client-pre-email h3.client-pre-email-h span{display:block;position:relative;font-size:0;padding:7px 0 !important}.client-pre-email h3.client-pre-email-h span:after{content:"E-mail";vertical-align:middle;display:inline-block;margin:0;padding:0 !important}.client-pre-email h3.client-pre-email-h .link-box-edit{display:none}.client-pre-email a#orderform-to-cart{color:#9b6950}.client-pre-email .client-email.input.text{margin:0;width:100%;position:initial}.client-pre-email .client-email.input.text input[type=email]{width:100%;box-sizing:border-box}.client-pre-email .client-email.input.text .btn-success{width:20%;margin:0;height:initial;position:absolute;top:initial;bottom:15px;right:initial;left:50%;transform:translateX(-50%);min-width:55%}@media(max-width: 768px){.client-pre-email .client-email.input.text .btn-success{width:calc(100% - 60px)}}.client-pre-email .client-email.input.text .loading-inline{position:absolute;color:#fff;font-size:16px;bottom:35px;top:initial;right:50% !important;margin-right:-10px}.client-pre-email .client-email.input.text .loading-inline[style=""]+#btn-client-pre-email{font-size:0}.client-pre-email .emailInfo{margin-top:20px;width:80%;box-sizing:border-box}.client-pre-email .emailInfo .icon-ok,.client-pre-email .emailInfo h3{color:#9b6950}@media(max-width: 690px){.client-pre-email .emailInfo{width:100%}}.client-pre-email .emailInfo .icon-lock{color:#eee}@media(max-width: 690px){.client-pre-email .link-cart{display:none !important}}.client-pre-email+.client-profile-data .accordion-body:before{content:"Waiting for more information";display:block}.client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:none}.client-pre-email+.client-profile-data.filled .accordion-body:before{display:none}.client-pre-email[style*="display: none"]{padding-bottom:20px !important}.client-pre-email[style*="display: none"] .link-box-edit{display:block !important}.client-pre-email[style*="display: none"] label small{display:none !important}.client-pre-email[style*="display: none"] input#client-pre-email{padding:0 !important;border:none !important;box-shadow:none !important;font-size:12px;font-weight:400;cursor:text;background:none !important;color:#676767}.client-pre-email[style*="display: none"] .emailInfo,.client-pre-email[style*="display: none"] #btn-client-pre-email{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-body:before{display:none}.client-pre-email[style*="display: none"]+.client-profile-data .accordion-inner{display:block}body:not(.v-custom-step-email) .client-pre-email span.help.error{display:none !important}.payment-group-item-cards .card-flag{width:32px !important;background-size:auto 20px;min-width:auto;height:20px}.payment-group-item-cards .card-flag.Visa{background-position:0 0}.payment-group-item-cards .card-flag.Mastercard{background-position:-32px 0}.payment-group-item-cards .card-flag.Diners{background-position:-64px 0}.payment-group-item-cards .card-flag.Amex,.payment-group-item-cards .card-flag.American{background-position:-96px 0}.payment-group-item-cards .card-flag.Hipercard{background-position:-128px 0}.payment-group-item-cards .card-flag.Discover{background-position:-160px 0}.payment-group-item-cards .card-flag.Aura{background-position:-192px 0}.payment-group-item-cards .card-flag.Banricompras{background-position:-224px 0}.payment-group-item-cards .card-flag.Elo{background-position:-256px 0}.payment-group-item-cards .card-flag.JCB{background-position:-288px 0}.payment-group-item-cards .card-flag.Cabal{background-position:-320px 0}.payment-group-item-cards .card-flag.Maestro{background-position:-352px 0}.payment-group-item-cards .card-flag.Credz{background-position:-384px 0}.orderform-template-holder .step .input.text label,.vcustom--vtex-omnishipping-1-x-address label{margin:10px 0 5px 0;display:block;color:#999}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after,.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#a9a9a9;background:linear-gradient(to right, #eee 10%, #ddd 18%, #eee 33%);background-size:800px 104px}svg.pickup-marker-blue,svg.pickup-marker-blue path,svg.pkpmodal-pickup-point-marker-image,svg.pkpmodal-pickup-point-marker-image path,svg.vtex-omnishipping-1-x-svg,svg.vtex-omnishipping-1-x-svg path,svg.pkpmodal-pickup-point-best-marker-image path:not([fill=white]){fill:#9b6950}@media(max-width: 768px){.container.container-main.container-order-form{width:calc(100% - 20px)}}.orderform-template-holder #client-profile-data{width:100%}.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{width:100% !important;margin:0;box-sizing:border-box;background:#fff;border-radius:4px;margin-bottom:20px !important;z-index:initial;border:none;padding:30px}@media(max-width: 768px){.orderform-template-holder #client-profile-data form.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data,.orderform-template-holder #shipping-data,.orderform-template-holder #payment-data{padding:20px}}.orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email,.orderform-template-holder #client-profile-data .step.client-profile-data.client-pre-email,.orderform-template-holder #shipping-data.client-pre-email,.orderform-template-holder #payment-data.client-pre-email{display:block !important;padding-bottom:84px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.orderform-template-holder #shipping-data .link-box-edit,.orderform-template-holder #payment-data .link-box-edit{background:none;box-shadow:none;border:none;color:#9b6950;outline:none;position:absolute;right:0;top:50%;padding:1px;font-size:14px;transform:translateY(-50%);opacity:.7;transition:all ease .2s}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit:hover,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit:hover,.orderform-template-holder #shipping-data .link-box-edit:hover,.orderform-template-holder #payment-data .link-box-edit:hover{opacity:1}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit i.icon-spinner{font-size:17px;position:absolute;right:0;display:none;top:-7px}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-edit,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-edit,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-edit,.orderform-template-holder #payment-data .link-box-edit.active i.icon-edit{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit.active i.icon-spinner,.orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #shipping-data .link-box-edit.active i.icon-spinner,.orderform-template-holder #payment-data .link-box-edit.active i.icon-spinner{display:block}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-toggle{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>i,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>i,.orderform-template-holder #shipping-data .accordion-toggle>i,.orderform-template-holder #payment-data .accordion-toggle>i{display:none}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle>span,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle>span,.orderform-template-holder #shipping-data .accordion-toggle>span,.orderform-template-holder #payment-data .accordion-toggle>span{display:block;line-height:initial}.orderform-template-holder #client-profile-data form.client-pre-email .accordion-toggle,.orderform-template-holder #client-profile-data form.client-pre-email .accordion-inner,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-toggle,.orderform-template-holder #client-profile-data .step.client-profile-data .accordion-inner,.orderform-template-holder #shipping-data .accordion-toggle,.orderform-template-holder #shipping-data .accordion-inner,.orderform-template-holder #payment-data .accordion-toggle,.orderform-template-holder #payment-data .accordion-inner{padding:0}.orderform-template-holder #client-profile-data form.client-pre-email input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data form.client-pre-email select:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=text]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data input[type=email]:not(.pac-target-input),.orderform-template-holder #client-profile-data .step.client-profile-data select:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=text]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #shipping-data input[type=email]:not(.pac-target-input),.orderform-template-holder #shipping-data select:not(.pac-target-input),.orderform-template-holder #payment-data input[type=text]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=tel]:not(.pac-target-input),.orderform-template-holder #payment-data input[type=email]:not(.pac-target-input),.orderform-template-holder #payment-data select:not(.pac-target-input){width:100%;max-width:100%;outline:initial}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data .payment-group-item{box-sizing:border-box;margin:0 6px 10px 0;border-radius:4px;border:1px solid #cbcbcb;opacity:1;text-decoration:none;color:#323232;transition:all ease .3s;padding:11px;text-align:center;display:flex;align-items:center;justify-content:center;background:#f3f3f3;float:left;width:100%}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data .payment-group-item.active{background:#fff}.orderform-template-holder #payment-data p.link.link-gift-card.active span,.orderform-template-holder #payment-data .payment-group-item.active span{color:#000}.orderform-template-holder #payment-data p.link.link-gift-card.active,.orderform-template-holder #payment-data p.link.link-gift-card:hover,.orderform-template-holder #payment-data .payment-group-item.active,.orderform-template-holder #payment-data .payment-group-item:hover{box-shadow:0 0 6px #cbcbcb;border:1px solid #9b6950}.orderform-template-holder #payment-data p.link.link-gift-card,.orderform-template-holder #payment-data fieldset.payment-group{width:100%;left:0;display:block;background:none;position:relative;margin:0}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup{padding-top:32px}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards{overflow:hidden;position:absolute;right:0;top:0;display:flex;justify-content:flex-end}.orderform-template-holder #payment-data #iframe-placeholder-creditCardPaymentGroup>.payment-group-item-cards .card-flag{opacity:1}.orderform-template-holder #payment-data p.link.link-gift-card{margin-bottom:10px;padding:0}.orderform-template-holder #payment-data p.link.link-gift-card a{padding:10px 10px;display:block;text-align:left}.orderform-template-holder #payment-data .payment-group-list-btn{width:100%}.orderform-template-holder #payment-data p.link.link-gift-card *,.orderform-template-holder #payment-data .payment-group-item *{font-size:12px !important;font-weight:bold}.orderform-template-holder #payment-data .payment-group-item{position:relative;height:40px}.orderform-template-holder #payment-data .payment-group-item span.payment-group-item-text{padding:0;line-height:17px;background:none !important}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+2)~.payment-group-item{width:calc(50% - 3px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+3)~.payment-group-item{width:calc(33.3% - 4px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+4)~.payment-group-item{width:calc(25% - 4.8px)}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5),.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item{width:100%;margin-right:0;height:auto}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):before,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:after,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:before{display:none}.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5):hover,.orderform-template-holder #payment-data .payment-group-item:first-child:nth-last-child(n+5)~.payment-group-item:hover{top:0}.orderform-template-holder #payment-data .payment-group-item:last-child{margin-right:0}.orderform-template-holder #payment-data .payment-group-item:hover{position:relative;background:#fff;top:-2px}.orderform-template-holder #payment-data .payment-group-item.active:after,.orderform-template-holder #payment-data .payment-group-item.active:before{content:"";display:block;position:absolute;left:50%;transform:translateX(-50%);top:100%;width:0;height:0;border-style:solid}.orderform-template-holder #payment-data .payment-group-item.active:after{border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:6px}.orderform-template-holder #payment-data .payment-group-item.active:before{border-color:#9b6950 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-width:7px}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default{padding:0;margin:0;width:100%}.orderform-template-holder #payment-data .gift-card-section.form-step.box-default label{font-weight:bold;color:#000;font-size:12px;padding-right:30px}.orderform-template-holder #payment-data p.payment-discounts-options,.orderform-template-holder #payment-data p.gift-card-provider-options{display:flex;align-items:center;padding-bottom:10px}.orderform-template-holder #payment-data p.payment-discounts-options input,.orderform-template-holder #payment-data p.payment-discounts-options select,.orderform-template-holder #payment-data p.gift-card-provider-options input,.orderform-template-holder #payment-data p.gift-card-provider-options select{margin:0 10px}.orderform-template-holder #payment-data p.payment-discounts-options label,.orderform-template-holder #payment-data p.gift-card-provider-options label{line-height:12px;margin:0}.orderform-template-holder #payment-data .payment-discounts-list{margin-bottom:10px}.orderform-template-holder #payment-data .payment-discounts-list .gift-card-provider-group-loyalty-program{border-bottom:1px solid #eee}.orderform-template-holder #payment-data .payment-discounts-list table{width:100%}.orderform-template-holder #payment-data .payment-discounts-list table td{padding:0}.orderform-template-holder #payment-data .payment-discounts-list table tbody,.orderform-template-holder #payment-data .payment-discounts-list table tr{display:flex;width:100%;flex-wrap:wrap;align-items:center}.orderform-template-holder #payment-data .payment-discounts-list table td.code,.orderform-template-holder #payment-data .payment-discounts-list table td.number{margin-right:20px;flex-grow:1;padding:0}.orderform-template-holder #payment-data .payment-discounts-list table #remove-gift-card{text-decoration:underline;color:#ff4c4c}.orderform-template-holder #payment-data input#payment-discounts-code{width:100% !important}.orderform-template-holder #payment-data #btn-add-gift-card{height:40px;border-radius:4px}.orderform-template-holder #payment-data .steps-view{width:100% !important;padding:0;min-height:initial}.orderform-template-holder #payment-data .steps-view iframe{max-width:300px;margin:0}.orderform-template-holder #payment-data p.notification{font-weight:bold;font-weight:400;color:#323232}.orderform-template-holder #payment-data p.notification:not([style="display: none;"])+.box-step{padding:0;border:none}@media(min-width: 769px){.orderform-template-holder #payment-data:last-child{margin-bottom:0px !important}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap{box-sizing:border-box;border-radius:4px;background:#fff;border:1px solid #cbcbcb;color:#323232;transition:all ease .3s;overflow:hidden;margin-bottom:10px}.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active,.orderform-template-holder #payment-data .v-custom-payment-item-wrap:hover{border-color:#9b6950;box-shadow:0 0 6px #ddd}.orderform-template-holder #payment-data .v-custom-payment-item-wrap #iframe-placeholder-creditCardPaymentGroup{padding-top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item{border:none;border-bottom:1px solid rgba(0,0,0,0);box-shadow:none;margin:0;width:100% !important;height:auto;top:0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-right:auto;text-align:left;line-height:27px !important;white-space:nowrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{content:"";width:20px;height:20px;display:inline-block;border:1px solid #999;border-radius:100%;vertical-align:middle;margin:-3px 10px 0 0}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:flex;justify-content:flex-end;flex-wrap:wrap}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards .card-flag:last-child{margin:0}@media(max-width: 360px){.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-cards{display:none}}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active{background:#fefefe;border-bottom:1px solid #9b6950}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-text:before{background:#9b6950;border-color:#9b6950;box-shadow:inset 0 0 0 3px #fff}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active .payment-group-item-cards span{opacity:1}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:hover .payment-group-item-text:before{border-color:#9b6950}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:before,.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item:after{display:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup{position:relative}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{content:"";width:50px;height:20px;display:block;background:url("https://io.vtex.com.br/checkout-ui/v6.18.19/img/payment-paypal-landscape.png") center no-repeat;background-size:contain;position:absolute;top:50%;transform:translateY(-50%);right:12px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after{content:"";width:65px;height:25px;display:block;background:url(https://cdn-assets.affirm.com/images/black_logo-transparent_bg.png) center no-repeat;background-size:contain;position:absolute;top:49%;transform:translateY(-50%);right:3px;left:initial;border:none}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item.active+div,.orderform-template-holder #payment-data .v-custom-payment-item-wrap.active>div{padding:20px;overflow:hidden;box-sizing:border-box}.orderform-template-holder #payment-data .v-custom-payment-item-wrap .SecurityEnvironmentIcon{display:none}.orderform-template-holder .step{border:none;padding:0;background:none;margin-bottom:0}@media(max-width: 868px){.orderform-template-holder .step{width:100%}}.orderform-template-holder .step .box-info{color:#323232}.orderform-template-holder .step .box-info[style*="display: block"]{margin-top:10px}.orderform-template-holder .step .form-step fieldset{width:100%;float:none}.orderform-template-holder .step .form-step fieldset p{position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p{float:none !important}}.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:calc(50% - 5px);position:relative}@media(max-width: 690px){.orderform-template-holder .step .form-step fieldset p.client-last-name,.orderform-template-holder .step .form-step fieldset p.client-first-name{width:100%}.orderform-template-holder .step .form-step fieldset p.client-last-name input[type=text],.orderform-template-holder .step .form-step fieldset p.client-first-name input[type=text]{width:100% !important}}.orderform-template-holder .step .form-step fieldset p span.help.error{position:absolute;font-size:11px;margin-top:0}.orderform-template-holder .step .form-step fieldset.box-client-info-pj{padding-top:15px}.orderform-template-holder .step .form-step fieldset.box-payment-option h3{display:none}.orderform-template-holder .step .form-step #is-corporate-client{color:#9b6950}.orderform-template-holder .step.client-profile-data .client-notice.notice{margin:0 0 10px 0}.orderform-template-holder .step.client-profile-data .box-client-info{margin-bottom:20px}.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:calc(50% - 5px)}@media(max-width: 690px){.orderform-template-holder .step.client-profile-data .client-document,.orderform-template-holder .step.client-profile-data .client-phone{width:100%}}.orderform-template-holder .step.shipping-data .box-step{display:flex;flex-wrap:wrap}.orderform-template-holder .step.shipping-data .box-step>*{width:100%;order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressFormPart1{order:1}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-addressForm{order:2}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-deliveryGroup{order:4}.orderform-template-holder .step.shipping-data .box-step>*.vtex-omnishipping-1-x-submitPaymentButton{order:100}.orderform-template-holder .step.shipping-data .box-step>*.btn-link.vtex-omnishipping-1-x-btnDelivery,.orderform-template-holder .step.shipping-data .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .box-step>a.vtex-omnishipping-1-x-btnDelivery,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step.shipping-data .box-step>a.vtex-omnishipping-1-x-btnDelivery{order:5;margin-top:20px;background:#9b6950}.orderform-template-holder .step.shipping-data .box-step>*#postalCode-finished-loading,.orderform-template-holder .step.shipping-data .box-step>*:last-child{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address{margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-content{align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption{background:#fff}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupButton,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:hover,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:active,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionActive:focus,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsTogglePickup,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsOption.vtex-omnishipping-1-x-deliveryOptionActive{background:#9b6950;border-color:#9b6950;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-pickupViewOptionInctive{color:#9b6950;border-color:#9b6950;border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressItemOption:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-active{background-color:#fefefe}.orderform-template-holder .step.shipping-data .shipping-method-toggle{border-color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-alert{border-color:#ffb100;display:flex;align-items:center}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-linkEdit{text-decoration:underline}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsToggle{border-radius:4px}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-deliveryChannelsWrapper{border:1px solid #cbcbcb;width:100%;overflow:hidden;margin:0 0 20px 0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-summaryChange{background:#fefefe;border-color:#cbcbcb;color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingGroupList{border-color:#eee;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-option:hover,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOptionActive,.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-leanShippingOption{background:#fff !important}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk svg path,.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-modalDetailsBackLnk{color:#676767;fill:#676767}.orderform-template-holder .step.shipping-data .vtex-pickup-points-modal-3-x-primary{outline:none;background:#9b6950;border-color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-pickupPointChange{border-color:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p{clear:both;float:none;margin:0}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-address p.input.ship-checkboxNumberLabel.text{width:auto;align-self:flex-end;display:flex;align-items:center;margin-left:10px !important;height:40px}.orderform-template-holder .step.shipping-data input#ship-addressQuery{width:100%}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver{display:block}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver svg.person-blue path{fill:#9b6950}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-container.shp-pickup-receiver .vtex-omnishipping-1-x-btn{color:#9b6950}@media(max-width: 490px){.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-dateLink{width:100%}}.orderform-template-holder .step .submit.btn.btn-success,.orderform-template-holder .step .summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data a.submit.btn-success,.summary-template-holder .summary-coupon fieldset.coupon-fieldset .coupon-data .orderform-template-holder .step a.submit.btn-success,.orderform-template-holder .step #payment-data .payment-discounts-list table td.action a.submit.btn-success,.orderform-template-holder #payment-data .payment-discounts-list table td.action .step a.submit.btn-success{display:block;margin:0 auto;min-width:55%}.orderform-template{display:flex !important;padding-top:0px;min-height:400px !important;align-items:flex-start}@media(max-width: 768px){.orderform-template{flex-wrap:wrap}}.orderform-template .orderform-template-holder{width:100%}@media(min-width: 769px){.orderform-template .orderform-template-holder{width:61% !important;padding-right:20px;max-width:calc(100% - 271px);float:left;box-sizing:border-box}}@media(max-width: 690px){.orderform-template{width:100%;padding-top:0px}}.orderform-template .cart-template.mini-cart{width:39%;min-width:255px;position:-webkit-sticky;position:-moz-sticky;position:-o-sticky;position:-ms-sticky;position:sticky;bottom:0px;top:20px;right:0;float:right;margin:0}@media(max-width: 768px){.orderform-template .cart-template.mini-cart{width:100%;position:relative;top:0}}.orderform-template .cart-template.mini-cart .cart-items>.v-custom-indexed-item{display:none !important}.orderform-template .cart-template.mini-cart .cart-fixed{height:auto !important;position:relative !important;max-width:100%;width:100% !important;top:0;min-height:initial}@media(min-width: 769px){.orderform-template .cart-template.mini-cart .cart-fixed.affix-top{position:relative !important}}.orderform-template .cart-template.mini-cart h2{text-align:left;border-top:none;background:none !important;margin-bottom:15px}.orderform-template .cart-template.mini-cart .quantity{min-width:10px;width:auto;height:10px;display:inline-block;background:#fefefe;color:#9b6950}.orderform-template .cart-template.mini-cart .summary-template-holder{width:100%;background:none;border:none;padding:0}.orderform-template .cart-template.mini-cart .summary-template-holder .accordion-inner{margin-top:0px}.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap,.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon-wrap>.summary-coupon{display:block !important}.orderform-template .cart-template.mini-cart .summary-template-holder .summary-coupon p{margin:0}.orderform-template .cart-template.mini-cart .summary-template-holder .summary>.summary-coupon-wrap{border-top:1px solid #cbcbcb;padding:8px 0}.orderform-template .cart-template.mini-cart .summary-template-holder input[type=text],.orderform-template .cart-template.mini-cart .summary-template-holder button[type=submit],.orderform-template .cart-template.mini-cart .summary-template-holder p.coupon-fields span.info>span{line-height:30px !important;height:30px !important}.orderform-template .cart-template.mini-cart .item{padding:10px 0;margin:0;border:none;border-bottom:1px solid #eee}.orderform-template .cart-template.mini-cart .item:last-child{border:none}.orderform-template .cart-template.mini-cart .item ul.service-list.unstyled{margin:0;float:none;width:100%;background:none;display:inline-block;clear:both}.orderform-template .cart-template.mini-cart .item .service-item,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item{background:#fefefe;border:1px dashed #cbcbcb;border-radius:4px;width:100%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:5px 10px;margin:10px 0 0 0}.orderform-template .cart-template.mini-cart .item .service-item .description,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .description{margin-top:0}.orderform-template .cart-template.mini-cart .item .service-item>a,.orderform-template .cart-template.mini-cart .item .service-item .quantity,.orderform-template .cart-template.mini-cart .item .service-item .shipping-date,.orderform-template .cart-template.mini-cart .item .service-item .item-subscription,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item>a,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .quantity,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .shipping-date,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-subscription{display:none}.orderform-template .cart-template.mini-cart .item .service-item .price,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .price{margin:0}.orderform-template .cart-template.mini-cart .item .service-item:last-child,.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item:last-child{margin-bottom:0}.orderform-template .cart-template.mini-cart .item.v-custom-indexed-item .item-unavailable{display:none}.orderform-template .cart-template.mini-cart .item .fn{width:calc(82% - 20px)}.orderform-template .cart-template.mini-cart .item .price,.orderform-template .cart-template.mini-cart .item span.shipping-date{white-space:nowrap}.orderform-template .cart-template.mini-cart .item .url{border-radius:4px;overflow:hidden}.orderform-template .cart-template.mini-cart .summary-totalizers{margin-bottom:0}.orderform-template .cart-template.mini-cart #go-to-cart-button{position:absolute;top:0px;right:7px;color:#9b6950;text-decoration:underline}@media(max-width: 690px){.orderform-template .cart-template.mini-cart #go-to-cart-button{display:none}}.orderform-template .cart-template.mini-cart .summary-totalizers tbody{padding:14px 0;display:block;border:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody tr.CustomTax:not(.CustomTax--total){display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td{display:inline-block;text-align:left !important;width:auto;color:#666;font-size:13px;padding:8px 0 8px 0 !important}.orderform-template .cart-template.mini-cart .summary-totalizers tbody td.monetary{text-align:right !important;margin-left:auto;float:right}.orderform-template .cart-template.mini-cart .summary-totalizers tbody+tbody{border-top:none}.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-reset,.orderform-template .cart-template.mini-cart .summary-totalizers tbody.shipping-calculate{display:none !important}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td{padding:14px 0 !important;color:#000;font-size:14px;font-weight:bold;text-align:left}.orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:right !important;margin-left:auto;float:right;color:#9b6950}.orderform-template .cart-template.mini-cart .cart{margin-bottom:0;overflow:auto;max-height:353px;padding-right:11px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar{width:6px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:4px}.orderform-template .cart-template.mini-cart .cart::-webkit-scrollbar-thumb{background:#cbcbcb;border-radius:30px}.orderform-template .cart-template.mini-cart .cart:hover::-webkit-scrollbar-thumb{background:#eee}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded){max-height:100px;overflow:hidden}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item{overflow:hidden;position:relative;border:none !important}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item>*{opacity:0}.orderform-template .cart-template.mini-cart .cart .cart-items:not(.v-loaded) li.item:after{content:"";width:100%;height:100%;display:block;top:0px;left:0;position:absolute}.orderform-template .payment-confirmation-wrap{border:none;padding:0}.orderform-template .payment-confirmation-wrap .payment-submit-wrap{margin:10px 0 0 0}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap .payment-submit-wrap{z-index:9999;position:fixed;bottom:0;width:100%;left:0;padding:0;background:#fff;margin:0 !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap button{border-radius:0 !important}}@media(max-width: 768px){.orderform-template .payment-confirmation-wrap{border:none !important}.orderform-template .payment-confirmation-wrap .payment-submit-wrap,.orderform-template .payment-confirmation-wrap button{margin:0 !important}}.orderform-template .payment-confirmation-wrap #payment-data-submit:disabled span{display:none}.orderform-template .summary-note{display:none !important}.orderform-template .summary-note p.note-data{display:none !important}.orderform-template .summary-note>div{display:block !important}.orderform-template .summary-note .note-textarea{height:50px;line-height:20px;max-width:100%;width:100%;font-family:"Open Sans",sans-serif;max-height:100px;display:none}.orderform-template .custom-cart-template-wrap{position:relative;background:#fff;padding:17px 20px;text-align:left;box-sizing:border-box;border-radius:4px;border:none}.orderform-template .custom-cart-template-wrap .summary-cart-template-holder{height:auto !important}.orderform-template .custom-cart-template-wrap .summary-template-holder{margin-top:0}.step.client-profile-data.active .box-step .form-step[style*="display: block"],.step.shipping-data.active .accordion-inner.shipping-container,#payment-data .box-step form.form-step{padding-top:20px !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification,.client-pre-email+.client-profile-data .accordion-body:before{display:none}body.v-custom-step-shipping #shipping-data .shipping-summary-info,body.v-custom-step-payment #shipping-data .shipping-summary-info{display:block}.steps-view,.gift-card-section,.App.iframe-credit-card-payment-group{background:#fff}#app-container{min-height:100vh;background:#fff}#app-container input[type=text],#app-container input[type=tel],#app-container input[type=email],#app-container select{width:100%}#app-container span.help.error{margin:0 !important;display:block}#app-container .SecurityEnvironmentIcon{margin-bottom:20px;display:none}#app-container .CardForm>div{position:relative;clear:both}#app-container .CardForm .PaymentValue{display:none}#app-container .CardForm input#creditCardpayment-card-0Number[value=""]{background:#fff;position:relative;z-index:1}#app-container .CardForm .SavedCardsList{width:calc(100% - 1px)}#app-container .CardForm .SavedCard .link-delete{right:8px;top:50%;margin-top:-10px;border:1px solid #ccc;background:#fff;width:20px;height:20px;line-height:17px}#app-container .PaymentCardFlags{position:absolute;top:37.5px;right:16px;padding:0}#app-container .PaymentCardFlags .card-flag-label input{display:none}#app-container .PaymentCardFlags .card-flag-label{width:auto}#app-container .PaymentCardFlags .card-flag{opacity:.7;display:none}#app-container .PaymentCardFlags .card-flag.card-selected{opacity:1;display:block}#app-container input#creditCardpayment-card-0Code,#app-container input#creditCardpayment-card-1Code{width:100px !important}#app-container .label-vertical-group{padding:9px}#app-container .label-vertical-group:hover{color:#9b6950}#app-container .label-vertical-group.active{color:#9b6950;background:#fefefe}#app-container .label-vertical-group:not(.SavedCard) .card-flag{position:absolute;left:5px;top:8px}#app-container .label-vertical-group .icon-ok-circle,#app-container .label-vertical-group .icon-circle-blank{top:9px}#app-container .label-vertical-group.UseAnotherCard{background-color:#eee;padding:4px;font-size:11px;text-decoration:underline}#app-container .label-vertical-group.UseAnotherCard #use-another-card{color:#676767}#app-container .label-vertical-group.UseAnotherCard:hover #use-another-card{text-decoration:underline;color:#999}#app-container label.FormFieldLabel{display:block;clear:both;width:auto;margin-right:10px}#app-container .AddressForm{display:flex;flex-wrap:wrap}#app-container .AddressForm>*{width:100%;order:10}#app-container .AddressForm input{max-width:100%}#app-container .AddressForm .payment-billing-address-street{order:1}#app-container .AddressForm .payment-billing-address-complement{order:2}#app-container .AddressForm .payment-billing-address-city{order:3}#app-container .AddressForm .payment-billing-address-state{order:4}#app-container .AddressForm .PostalCode{order:5}.orderform-template .summary-note.js-active{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap{display:block !important}body.js-vcustom-showNoteField .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:none}body.js-vcustom-showNoteField .orderform-template .summary-note{display:block !important}body.js-vcustom-showNoteField.v-custom-step-payment .orderform-template .payment-confirmation-wrap .payment-submit-wrap{display:block !important}.summary-coupon fieldset.coupon-fieldset .vcustom-showCustomMsgCoupon{border:1px dashed #ffb100;padding:1px;font-size:11px;background:#fff6e0;border-radius:4px;margin-top:4px !important;clear:both}.vcustom-customTax-tot{display:inline-block;position:relative;margin-left:5px}.vcustom-customTax-tot>span{background:#eee;width:15px;height:15px;line-height:15px;display:inline-block;border-radius:100%;text-align:center;cursor:pointer}.vcustom-customTax-tot:hover .vcustom-customTax-resume{display:block}.vcustom-customTax-resume{position:absolute;left:calc(100% + 10px);width:128px;background:#eee;top:50%;font-size:11px;padding:10px;transform:translateY(-50%);display:none}.vcustom-customTax-resume__i{display:flex;justify-content:space-between;margin:0}.vcustom-customTax-resume:before{content:"";display:block;position:absolute;left:-4px;top:calc(50% - 4px);width:0;height:0;border:0 solid rgba(0,0,0,0);border-top-width:4px;border-bottom-width:4px;border-right:4px solid #eee}.v-custom-addLabels-active-flag{background:#fff;color:#323232;padding:1px 4px;border-radius:4px;display:inline-block;align-items:center;font-size:11px;border:1px solid #cbcbcb}.v-custom-addLabels-active-flag:before{content:"";display:inline-block;width:14px;height:14px;background:url("//io.vtex.com.br/front-libs/bootstrap/2.3.2/img/glyphicons-halflings.png");background-repeat:no-repeat;background-position:0 -48px;margin-right:4px;opacity:.9;vertical-align:middle}.v-custom-assemblies{margin:10px 0 3px 0;overflow:hidden;border-top:1px solid #cbcbcb;padding-top:7px}@media(max-width: 690px){.v-custom-assemblies{width:100%;left:0;margin-bottom:2px}}.v-custom-assemblies p{display:none}.v-custom-assemblies__values{list-style:none;padding:0;margin:0}.v-custom-assemblies__values__item strong:after{content:":"}.v-custom-assemblies__values__item span,.v-custom-assemblies__values__item strong{line-height:14px}body.v-custom-paymentBuilder-accordion .steps-view{display:none}body.v-custom-changeShippingTimeInfo .orderform-template .cart-template.mini-cart .item span.shipping-date{display:none}#shipping-data .accordion-group.shipping-data:after{opacity:0;transition:all ease .3s}.js-v-custom-is-loadAddress .vtex-omnishipping-1-x-warning{display:none !important}.js-v-custom-is-loadAddress #shipping-data .accordion-group.shipping-data:after{content:"";display:block;opacity:1;left:0;top:0;width:100%;height:20px;z-index:2;margin:0 0 20px 0;border-radius:3px}.js-v-custom-is-loadAddress #postalCode-finished-loading+.mb5{display:none !important}.vcustom--vtex-omnishipping-1-x-address{display:none;transition:all ease .3s}body.v-custom-addressForm-on.v-custom-step-shipping .vcustom--vtex-omnishipping-1-x-address{display:block}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info{display:flex}body.v-custom-addressForm-on.v-custom-step-shipping .v-custom-ship-info .ship-number{margin-right:10px}body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-addressForm,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-addressForm-on.v-custom-step-shipping .vtex-omnishipping-1-x-submitPaymentButton{display:none}.vtex-omnishipping-1-x-submitShippingStepButton{margin:20px 0 0 0}body.v-custom-googleForm-on .vtex-omnishipping-1-x-deliveryGroup,body.v-custom-googleForm-on .vtex-omnishipping-1-x-addressForm,body.v-custom-googleForm-on .vtex-omnishipping-1-x-submitPaymentButton,body.v-custom-googleForm-on .vtex-omnishipping-1-x-btnDelivery{display:none}body.v-custom-googleForm-on .alert-noStreet{display:none}.v-custom-googleFormScript-added.v-custom-googleForm-on .accordion-inner.shipping-container>*{display:none}body.v-custom-fnsCustomAddressForm .accordion-inner.shipping-container{padding-top:0 !important;transition:all ease .3s}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-selectDeliveryText+div{margin:0 !important}body.v-custom-fnsCustomAddressForm .orderform-template-holder p.vtex-omnishipping-1-x-submitPaymentButton.btn-submit-wrapper.btn-go-to-payment-wrapper{margin-bottom:0 !important;margin-top:20px}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-country,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-addressQuery,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:none}body.v-custom-fnsCustomAddressForm.returningUser .vtex-omnishipping-1-x-addressFormPart1 .input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+#back-to-address-list+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode,body.v-custom-fnsCustomAddressForm .vtex-omnishipping-1-x-container.shp-pickup-receiver+.vtex-omnishipping-1-x-shippingSectionTitle+.vtex-omnishipping-1-x-addressFormPart1 p.input.ship-postalCode{display:block}body.v-custom-fnsCustomAddressForm .orderform-template-holder .step.shipping-data .box-step .vtex-omnishipping-1-x-addressFormPart1{order:1}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]{border:0}body.v-custom-fnsCustomAddressForm .pac-logo[style*=none]:after{display:none}body.v-custom-fnsCustomAddressForm #shipping-data .accordion-inner+.vcustom--vtex-omnishipping-1-x-address{display:none}body.v-custom-fnsCustomAddressForm div#shipping-data{display:flex;flex-wrap:wrap}body.v-custom-fnsCustomAddressForm div#shipping-data>*{width:100%}body.v-custom-fnsCustomAddressForm div#shipping-data .step.accordion-group.shipping-data{order:1}body.v-custom-fnsCustomAddressForm div#shipping-data .vcustom--vtex-omnishipping-1-x-address{order:3}.js-v-custom-is-loading .accordion-inner.shipping-container,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{overflow:hidden}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address{height:120px;position:relative}.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.js-v-custom-is-loading .accordion-inner.shipping-container>*,.js-v-custom-is-loading .vcustom--vtex-omnishipping-1-x-address>*{opacity:.5}.vcustom--vtex-omnishipping-1-x-address p.input{float:none;width:100%;margin:0}.vcustom--vtex-omnishipping-1-x-address span.help.error{display:none}.vcustom--vtex-omnishipping-1-x-address input{max-width:initial;width:100%}.vcustom--vtex-omnishipping-1-x-address input.error+span.help.error,.vcustom--vtex-omnishipping-1-x-address select.error+span.help.error{display:block}.vcustom--vtex-omnishipping-1-x-address__state{display:flex;margin:0 -5px}.vcustom--vtex-omnishipping-1-x-address__state p.input{margin:0 5px}@media(max-width: 768px){.vcustom--vtex-omnishipping-1-x-address__state{flex-wrap:wrap;margin:0}.vcustom--vtex-omnishipping-1-x-address__state p.input.ship-state{margin:0}}.pac-container.pac-logo{border:1px solid #cbcbcb;border-radius:4px}.pac-logo:after{background:#fbfbfb url(https://developers.google.com/maps/documentation/images/powered_by_google_on_white.png) no-repeat 10px center;padding:14px;background-size:110px}.address-list.vtex-omnishipping-1-x-addressList+p.input.ship-addressQuery.text{display:none}.alert-noStreet{margin:30px auto 0 auto;text-align:center}body.js-vcustom-hideEmailStep .orderform-template-holder #client-profile-data form.client-pre-email.client-pre-email{display:none !important}body.js-vcustom-hideEmailStep .client-profile-data .accordion-toggle>span:before{content:"1"}body.js-vcustom-hideEmailStep .shipping-data .accordion-toggle:before{content:"2"}body.js-vcustom-hideEmailStep .payment-data .accordion-toggle>span:not(.payment-edit-link):before{content:"3"}body.js-vcustom-hideEmailStep .client-pre-email+.client-profile-data .accordion-body .accordion-inner{display:block}.RTL-checkout select{direction:rtl}.RTL-checkout .cart-template-holder{order:2}.RTL-checkout body .main-header .header-link{left:initial;right:0}.RTL-checkout body .main-header .checkout-steps{margin-left:initial;margin-right:auto}.RTL-checkout .main-header .logo{order:2}.RTL-checkout .summary-template-holder tr .info{order:2;text-align:right !important}.RTL-checkout .orderform-template-holder #client-profile-data form.client-pre-email .link-box-edit,.RTL-checkout .orderform-template-holder #client-profile-data .step.client-profile-data .link-box-edit,.RTL-checkout .orderform-template-holder #shipping-data .link-box-edit,.RTL-checkout .orderform-template-holder #payment-data .link-box-edit{right:initial;left:0}.RTL-checkout .summary-template-holder tbody td.monetary,.RTL-checkout .summary-template-holder tfoot tr td.monetary{margin-right:auto;margin-left:initial !important;text-align:left !important}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span{flex-direction:row-reverse}.RTL-checkout .summary-template-holder .summary-coupon p.coupon-fields span input{margin:0 0 0 10px}.RTL-checkout .table.cart-items tbody tr .v-custom-product-item-wrap,.RTL-checkout .table.cart-items tbody tr,.RTL-checkout .table.cart-items thead tr,.RTL-checkout .table.cart-items thead tr th.product{flex-direction:row-reverse;text-align:right}.RTL-checkout .table.cart-items tbody tr td.product-name{text-align:right}.RTL-checkout .orderform-template .orderform-template-holder{order:2;padding:0 0 0 20px}.RTL-checkout .orderform-template .cart-template.mini-cart .summary-totalizers tfoot tr td.monetary{text-align:left !important}.RTL-checkout br{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .table.cart-items td.quantity{direction:rtl}.RTL-checkout .checkout-steps_items{direction:rtl}.RTL-checkout .checkout-steps_items .text:before{margin:0 0 0 7px}.RTL-checkout .srp-toggle__wrapper{direction:rtl}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-framePickup{left:0}.RTL-checkout .srp-toggle__wrapper .vtex-shipping-preview-0-x-frameDelivery{left:50%}.RTL-checkout .srp-delivery-header.mb3{direction:rtl;display:flex}.RTL-checkout .srp-delivery-current-many .flex{direction:rtl;text-align:right}.RTL-checkout .step{direction:rtl}.RTL-checkout .step .accordion-toggle>span:before,.RTL-checkout .step .accordion-toggle:before{margin-right:0 !important;margin-left:10px !important}.RTL-checkout fieldset.box-client-info-pf{display:flex;flex-wrap:wrap}.RTL-checkout .orderform-template-holder .step .form-step fieldset p,.RTL-checkout .orderform-template-holder .step .form-step fieldset div{width:100%}.RTL-checkout p.client-first-name,.RTL-checkout p.client-different-document,.RTL-checkout p.client-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-document-type,.RTL-checkout p.payment-card-due-date{margin-left:10px;margin-right:0}.RTL-checkout p.client-document,.RTL-checkout p.client-phone,.RTL-checkout p.client-company-document,.RTL-checkout p.client-company-ie,.RTL-checkout p.client-company-postal-code,.RTL-checkout p.client-company-phone,.RTL-checkout p.payment-card-due-month,.RTL-checkout p.payment-card-lash,.RTL-checkout p.payment-card-due-year{float:right}.RTL-checkout input.success:not([invalid=true]){background-position:left top}.RTL-checkout .vtexIdUI .vtexIdUI-page{direction:rtl}.RTL-checkout .vtexIdUI .modal-header .close{left:-1px;right:initial}.RTL-checkout .vtexIdUI .pull-left{float:right}.RTL-checkout .orderform-template-holder .step .box-info p{display:flex;flex-wrap:wrap;width:100%}.RTL-checkout .vtex-omnishipping-1-x-leanShippingIcon.shp-option-icon,.RTL-checkout .vtex-omnishipping-1-x-addressItemIcon{margin:0 0 0 10px}.RTL-checkout .vtex-omnishipping-1-x-leanShippingText{padding-right:10px}.RTL-checkout .address-summary{display:flex;flex-wrap:wrap}.RTL-checkout br.line1-delimiter{width:100%;height:1px;content:" " !important;display:block !important;clear:both}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-AffirmPaymentGroup:after,.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item#payment-group-payPalPaymentGroup:after{right:initial;left:10px}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text{margin-left:auto;margin-right:inherit}.RTL-checkout .orderform-template-holder #payment-data .v-custom-payment-item-wrap .payment-group-item-text:before{margin-right:initial;margin-left:10px}.RTL-checkout .orderform-template-holder #payment-data p.link.link-gift-card a{text-align:right}.RTL-checkout .orderform-template .custom-cart-template-wrap .summary-cart-template-holder{direction:rtl}.RTL-checkout .pull-right{float:left !important}.RTL-checkout .orderform-template .cart-template.mini-cart .item .price{margin-right:auto;direction:initial}.RTL-checkout .orderform-template .cart-template.mini-cart .item .url{float:right;margin:0 0 0 6px}.RTL-checkout .orderform-template .cart-template.mini-cart .item .fn{text-align:right;float:right}.RTL-checkout .orderform-template .cart-template.mini-cart h2{text-align:right}.RTL-checkout .orderform-template .cart-template.mini-cart #go-to-cart-button{left:7px;right:initial}.RTL-checkout .vtex-omnishipping-1-x-SummaryItemInfo{border:none;border-left:1px solid #eee;padding:0 0 0 6px}.RTL-checkout #app-container{direction:rtl}.RTL-checkout #app-container .PaymentCardDueDate.clearfix{display:flex}.RTL-checkout #app-container label.FormFieldLabel{margin:0 0 0 10px}.RTL-checkout #app-container .PaymentCardCVV{display:flex}.RTL-checkout #app-container p.AddressToggle{display:flex}.RTL-checkout #app-container .AddressToggle input{margin:3px 0 0 5px}@media(max-width: 998px){.RTL-checkout.body-cart-vertical .summary-template-holder{order:2}}@media(max-width: 768px){.RTL-checkout .orderform-template .cart-template.mini-cart{order:2}}@media(max-width: 690px){.RTL-checkout .table.cart-items td.product-image a{margin-right:0;margin-left:20px}.RTL-checkout .full-cart .cart table tbody tr td.product-image,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-image{left:initial;right:0}.RTL-checkout .table.cart-items td.product-name,.RTL-checkout .table.cart-items td.quantity{margin-left:0 !important;margin-right:90px !important}.RTL-checkout .table.cart-items td.quantity{float:right}.RTL-checkout .full-cart .cart table tbody tr td.product-name a,.RTL-checkout .full-cart .cart table tbody tr td.bundle-item-name span{padding:0 0 0 20px}.RTL-checkout .full-cart .cart table tbody tr td.product-price{float:left}.RTL-checkout .full-cart .cart table tbody tr td.item-remove{left:0;right:initial}}body.debug-on>*:not(.container-main):not(.main-header):not(.main-footer):not(#vtexIdContainer):not(.vtex-front-messages-placeholder):not(.pac-container){display:none}@media(min-width: 1200px){.flexRowContent--container,.checkout-footer .checkout-container{width:calc(100% - 160px);padding:0 16px}}@media(max-width: 991px){.flexRowContent--container,.checkout-footer .checkout-container{width:100%;padding:0 16px}}@media(min-width: 1200px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:calc(100% - 160px);padding:0 16px;margin:0 auto !important}}@media(max-width: 991px){.checkout-header .checkout-container,.checkout-stepper .checkout-container{width:100%;padding:0 16px}}@media screen and (max-width: 991px){.checkout-footer{padding-top:5px;padding-bottom:40px;height:auto}}@media screen and (max-width: 991px){.checkout-footer .checkout-container{flex-direction:column;width:auto}}@media screen and (min-width: 991px){.checkout-header .checkout-container{width:calc(100% - 6vw)}}@media screen and (max-width: 991px){.checkout-header .checkout-container{width:auto}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-left img{max-width:115px}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text{display:none}}@media screen and (max-width: 991px){.checkout-header .checkout-container .checkout-right .checkout-col .checkout-header-text-bold{font-size:14px;max-width:88px}}@media screen and (min-width: 991px){.checkout-stepper .checkout-container{padding:40px 0 10px;width:calc(100% - 6vw);max-width:1240px}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container{padding:40px 0px 20px;width:auto}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item{padding:0 20px;width:auto;display:none}.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item:not(:first-child){margin-bottom:-10px}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-left .checkout-stepper-item.active{display:block}}@media screen and (max-width: 991px){.checkout-stepper .checkout-container .checkout-right .checkout-back-link{display:none}}@media(min-width: 991px){body.v-custom-step-email .checkout-stepper .checkout-container,body.v-custom-step-profile .checkout-stepper .checkout-container,body.v-custom-step-shipping .checkout-stepper .checkout-container,body.v-custom-step-payment .checkout-stepper .checkout-container{padding-bottom:50px}}@media(min-width: 991px){.orderform-template .cart-template.mini-cart{margin-left:2.5vw}}@media(max-width: 991px){.orderform-template .cart-template.mini-cart{margin-top:20px}}@media(max-width: 770px){.orderform-template .cart-template.mini-cart{margin-top:-20px}}@media(min-width: 1300px){.orderform-template .cart-template.mini-cart{margin-left:3.5vw}}@media screen and (max-width: 991px){.cart-template .freeShippingBarContainer{order:1;position:absolute;top:0;left:0}}.cart-template .free-shipping-message{background:#ebe1dc;display:flex;justify-content:center;align-items:center;padding:4px 0;gap:8px;border-radius:8px;font-style:normal;font-weight:600;font-size:14px;line-height:19px;color:#9b6950}.cart-template .free-shipping-message .free-shipping-label{text-align:left;font-style:normal;font-size:13px;line-height:19px;color:#9b6950;margin-bottom:0}.cart-template .free-shipping-message .free-shipping-label b{font-weight:600}.cart-template .free-shipping-message .free-shipping-label .shipping-free-sub{font-weight:400}@media screen and (max-width: 991px){.cart-template .summary-template-holder{order:3;position:static}}@media screen and (max-width: 991px){.cart-template .cart-template-holder{order:2}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-image img,.cart-template.full-cart .table tbody tr.product-item td.product-image a{width:48px !important;margin-right:5px !important}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{width:33% !important;padding-left:0}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-name{margin-left:60px !important;padding-right:20px !important}}@media(min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .list-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price .best-price{display:block;width:fit-content;margin:0 auto;min-width:80px;text-align:start}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.product-price{display:block !important}}@media screen and (min-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{width:10% !important}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity{margin-left:60px !important}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity select{top:5px}}@media screen and (max-width: 991px){.cart-template.full-cart .table tbody tr.product-item td.quantity-price{margin-right:12px;display:block !important}}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder{padding:12px}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder .summary{margin-top:16px;box-sizing:border-box}}@media screen and (max-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{width:100% !important;margin:0 0 16px}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder #shipping-preview-container{background:#fff}}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{max-width:348px}}@media screen and (min-width: 991px){.cart-template.full-cart .cart-template-holder{flex:1}}.cart-fixed .freeShippingBarContainer,.cart-fixed .cart-note-cart-label,.cart-fixed #cart-note-cart{display:none}.cart-fixed .item-unavailable{order:5}.cart-more-options #shipping-preview-container{width:auto !important}.cart-select-gift-placeholder{display:none !important}.cart-select-gift-placeholder .available-gift-item{display:flex;border:1px solid #ebe1dc;box-shadow:none}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item{padding:5px 8px}}.cart-select-gift-placeholder .available-gift-item .product-name>span{display:inline-block;height:100%;max-width:46%}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name>span{max-width:unset;margin-right:16px}}.cart-select-gift-placeholder .available-gift-item .product-name .brand{display:inline-block}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name .brand{display:none !important}}.cart-select-gift-placeholder .available-gift-item .product-name .brand>span{display:none}.cart-select-gift-placeholder .available-gift-item .product-name .brand::before{content:"BRINDE";display:inline-block;color:#444;font-weight:bold;height:fit-content;padding:2px 16px;font-size:14px;font-family:"Open Sans",sans-serif}.cart-select-gift-placeholder .available-gift-item .product-name::after{content:"BRINDE";display:inline-block;color:#444;font-weight:bold;height:fit-content;padding:2px 16px;font-size:14px;font-family:"Open Sans",sans-serif}@media(max-width: 991px){.cart-select-gift-placeholder .available-gift-item .product-name::after{display:none !important}}.cart-select-gift-placeholder .available-gift-item .product-name .checkbox-selector{display:inline-flex;position:relative;top:unset;left:unset;transform:translateX(10px)}.cart-select-gift-placeholder .available-gift-item .product-name .checkbox-selector:not(.active)::before{content:"";display:inline-block;background:url("data:image/svg+xml,%0A%3Csvg width='64' height='32' viewBox='0 0 64 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='63' height='31' rx='3.5' fill='%23FFFFFF' stroke='%23EEEEEE'/%3E%3Cpath d='M38 13L44 19L50 13' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.7881 15.9893C19.7881 16.8005 19.7266 17.5251 19.6035 18.1631C19.4805 18.8011 19.2868 19.3411 19.0225 19.7832C18.7581 20.2253 18.4163 20.5625 17.9971 20.7949C17.5778 21.0228 17.0742 21.1367 16.4863 21.1367C15.7435 21.1367 15.1283 20.9339 14.6406 20.5283C14.1576 20.1227 13.7952 19.5371 13.5537 18.7715C13.3167 18.0013 13.1982 17.0739 13.1982 15.9893C13.1982 14.9229 13.3053 14.0068 13.5195 13.2412C13.7383 12.471 14.0892 11.8809 14.5723 11.4707C15.0553 11.056 15.6934 10.8486 16.4863 10.8486C17.2383 10.8486 17.8581 11.0537 18.3457 11.4639C18.8333 11.8695 19.1956 12.4574 19.4326 13.2275C19.6696 13.9932 19.7881 14.9137 19.7881 15.9893ZM14.3398 15.9893C14.3398 16.9189 14.4105 17.6937 14.5518 18.3135C14.693 18.9333 14.9209 19.3981 15.2354 19.708C15.5544 20.0133 15.9714 20.166 16.4863 20.166C17.0013 20.166 17.416 20.0133 17.7305 19.708C18.0495 19.4027 18.2796 18.9401 18.4209 18.3203C18.5667 17.7005 18.6396 16.9235 18.6396 15.9893C18.6396 15.0732 18.569 14.3076 18.4277 13.6924C18.2865 13.0726 18.0586 12.6077 17.7441 12.2979C17.4297 11.9834 17.0104 11.8262 16.4863 11.8262C15.9622 11.8262 15.543 11.9834 15.2285 12.2979C14.9141 12.6077 14.6862 13.0726 14.5449 13.6924C14.4082 14.3076 14.3398 15.0732 14.3398 15.9893Z' fill='%23606060'/%3E%3C/svg%3E%0A") no-repeat center;background-size:contain;width:64px;height:39px}.cart-select-gift-placeholder .available-gift-item .product-name .checkbox-selector.active::before{content:"";display:inline-block;background:url("data:image/svg+xml,%0A%3Csvg width='64' height='32' viewBox='0 0 64 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='63' height='31' rx='3.5' fill='%23EEEEEE' stroke='%23EEEEEE'/%3E%3Cpath d='M38 13L44 19L50 13' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.4092 21H16.3018V13.918C16.3018 13.6491 16.3018 13.4189 16.3018 13.2275C16.3063 13.0316 16.3109 12.8538 16.3154 12.6943C16.3245 12.5303 16.3359 12.3639 16.3496 12.1953C16.2083 12.3411 16.0762 12.4665 15.9531 12.5713C15.8301 12.6715 15.6774 12.7969 15.4951 12.9473L14.3535 13.8633L13.7588 13.0908L16.4658 11.0059H17.4092V21Z' fill='%23606060'/%3E%3C/svg%3E%0A") no-repeat center;background-size:contain;width:64px;height:39px}@media screen and (min-width: 991px){.cart-template.full-cart .summary-template-holder{padding-left:0 !important;margin-left:10px}}@media screen and (min-width: 1360px){.cart-template.full-cart .summary-template-holder{margin-left:40px}}.PaymentCardCVVHelp{margin:-71px -41px -72px 250px !important}@media screen and (max-width: 991px){.PaymentCardCVVHelp{margin:-148px -41px -72px 133px !important}}#payment-data.span12 .accordion-heading::before{content:url(/arquivos/ambiente-seguro.png);position:absolute;right:0px;top:0px}#payment-data.span12 .box-payment-option{padding-top:0px !important}#payment-data.span12 .accordion-heading::after{content:"Escolha a sua forma de pagamento para finalizar sua compra";font-size:12px;font-weight:400;color:#606060}.custom-cart-template-wrap #shipping-preview-container{display:none !important}.payment-paypal-title{display:none}.orderform-template .cart-template.mini-cart .item .description{display:flex;flex-direction:column;align-items:flex-end;margin-top:auto;justify-content:space-between}.orderform-template .cart-template.mini-cart .item .description.has-list-price.item-price-on .item-price{display:block;text-decoration:line-through;color:#606060;font-size:12px;font-weight:400;margin-left:auto;margin-right:5px}.orderform-template .cart-template.mini-cart .item .description.has-list-price.item-price-subtotal-on .item-price-subtotal{display:block;text-decoration:line-through;color:#606060;font-size:12px;font-weight:400;margin-left:auto;margin-right:5px}#vtex-callcenter__toolbar{display:none}.srp-delivery-header{position:relative}.srp-delivery-header .srp-items{font-weight:500 !important}.srp-delivery-header .srp-items strong{font-weight:500 !important}.srp-delivery-header>span{font-size:14px !important}.srp-delivery-header .srp-shipping-current-single__type{margin:0}#deliver-at-text .srp-address-title{font-size:14px;font-weight:500;color:rgba(0,0,0,.7)}#deliver-at-text .srp-address-title::before{content:"";display:inline-block;background:url(https://maeztra--divvinoangeloniqa.myvtex.com/_v/private/assets/v1/linked/divvinoangeloniqa.minicart@2.63.5/public/react/998505ed714b37dba2b3e22dc7df22f6.svg) no-repeat center;background-size:contain;width:12px;height:12px;position:absolute;right:0px;top:2px}#app-container input,#app-container select{border:1px solid #ebe1dc !important}#app-container #creditCardpayment-card-0Year,#app-container #creditCardpayment-card-0Month{width:80px}#app-container .FormFieldLabel{font-weight:600;font-size:12px;color:#606060;line-height:30px}#app-container .AddressToggle strong{font-weight:400 !important}#app-container .payment-card-due-month,#app-container .payment-card-due-year{position:relative}#app-container .payment-card-due-month::before,#app-container .payment-card-due-year::before{content:url(https://divvinoangeloniqa.vtexassets.com/assets/vtex/assets-builder/divvinoangeloniqa.theme/0.1.41/svg/icon-angle-down___0d354e8â€¦.svg);background-color:#fff;position:absolute;right:5px;top:10px}#app-container .PaymentInstallments .select{position:relative}#app-container .PaymentInstallments .select::before{content:url(https://divvinoangeloniqa.vtexassets.com/assets/vtex/assets-builder/divvinoangeloniqa.theme/0.1.41/svg/icon-angle-down___0d354e8â€¦.svg);background-color:#fff;position:absolute;right:5px;bottom:10px}#app-container .PaymentInstallments .select select{max-width:initial !important}.ChangeNumberOfPayments a{font-size:0}.ChangeNumberOfPayments a::before{content:"Pagar com 2 cartões";text-decoration:underline;font-weight:400;font-size:12px;color:#353535}.accordion-group .ship-postalCode{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.accordion-group .ship-postalCode label{width:100%}.accordion-group .ship-postalCode input{max-width:140px !important}.accordion-group .ship-postalCode a{color:#606060;font-size:12px;font-weight:400;text-decoration:underline}.accordion-group .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-optionPrice{color:#5e0000;font-weight:700;font-size:12px}.vtex-shipping-preview-0-x-postalCodeForgotten{margin-top:0px}.summary-totalizers .Items{order:1}.summary-totalizers .Discounts{order:2}.srp-summary-result{order:3}.srp-summary-result .info{font-size:0 !important}.srp-summary-result .info::before{content:"Frete";color:#727273;font-size:12px;line-height:150% !important;font-weight:700;text-transform:uppercase}.MzCredits .info{font-size:14px !important}.summary-totalizers .totalizers-list{display:flex !important;flex-direction:column}.summary-totalizers .totalizers-list tr{margin:0;border-bottom:1px solid #ececee !important}.summary-totalizers tbody td{line-height:1}@media screen and (max-width: 991px){.v-custom-addLabels-active-flag{display:none}}.coupon-column.summary-coupon-wrap{margin:15px 0}@media(min-width: 991px){.table.cart-items td.product-image a,.table.cart-items td.product-image img{width:initial !important}}.srp-postal-code__form{width:100%}.vtex-shipping-preview-0-x-pc .ship-postalCode{width:unset;flex:1;display:flex;flex-wrap:wrap}.label-vertical-group:hover::before{color:#9b6950 !important}.gift-card-select{border-radius:4px;border:1px solid #ebe1dc}.gift-card-select .label-vertical-group{border:0}@media screen and (max-width: 991px){.payment-data .gift-card-section{padding-left:0px !important}}.gift-card-section .gift-card-provider[data-bind="text: giftCardProviderGroup.caption"]{font-size:0 !important}.gift-card-section .gift-card-provider[data-bind="text: giftCardProviderGroup.caption"]::after{content:"Créditos ClubeD - Indique e Ganhe";font-size:12px}.gift-card-multiple-providers .row-fluid{display:flex}.gift-card-multiple-providers .payment-discounts-options,.gift-card-multiple-providers .gift-card-provider-options{display:flex;flex-wrap:wrap}.gift-card-multiple-providers .payment-discounts-options:last-child,.gift-card-multiple-providers .gift-card-provider-options:last-child{margin-right:8px}.gift-card-multiple-providers .payment-discounts-options:first-child,.gift-card-multiple-providers .gift-card-provider-options:first-child{margin-right:8px}.gift-card-multiple-providers label[data-i18n="paymentData.paymentGroup.giftCard.codeCard"]{font-size:12px !important}.orderform-template-holder #payment-data p.payment-discounts-options{flex:1;display:flex;flex-wrap:wrap;justify-content:flex-start}.orderform-template-holder #payment-data p.payment-discounts-options label{display:block;width:100%;line-height:30px}.orderform-template-holder #payment-data p.payment-discounts-options input{margin:0;border:1px solid #ebe1dc !important;max-width:200px !important}.orderform-template-holder #payment-data p.payment-discounts-options #btn-add-gift-card{margin-left:16px}.orderform-template-holder #payment-data p.gift-card-provider-options{width:calc(60% - 8px)}.orderform-template-holder #payment-data p.gift-card-provider-options label{display:block;width:100%;line-height:30px}.orderform-template-holder #payment-data p.gift-card-provider-options select{flex:1;margin:0;border:1px solid #ebe1dc !important}.orderform-template-holder #payment-data p.gift-card-provider-options #btn-add-gift-card{margin-left:16px}.edit-partial input{border-color:#ebe1dc !important}.step{border:1px solid #ebe1dc !important;border-radius:4px !important;padding:18px 16px !important}@media screen and (max-width: 991px){.step{width:calc(100% - 32px) !important}}.step.active .shipping-data .address-summary{border:1px solid #ebe1dc !important}.step.client-profile-data .accordion-toggle,.step.shipping-data .accordion-toggle{display:flex}.step.client-profile-data .accordion-toggle .icon-user,.step.shipping-data .accordion-toggle .icon-user{width:0;display:block !important}.step.client-profile-data .accordion-toggle .icon-user::before,.step.shipping-data .accordion-toggle .icon-user::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='19' viewBox='0 0 16 19' fill='none'%3E%3Cpath d='M7.93575 7.74961C8.67398 7.74961 9.39564 7.52969 10.0095 7.11766C10.6233 6.70562 11.1017 6.11998 11.3842 5.43479C11.6667 4.7496 11.7406 3.99565 11.5966 3.26826C11.4526 2.54087 11.0971 1.87271 10.5751 1.34829C10.0531 0.823872 9.38799 0.466739 8.66394 0.322052C7.93988 0.177365 7.18938 0.251627 6.50734 0.535441C5.8253 0.819254 5.24234 1.29988 4.8322 1.91653C4.42206 2.53318 4.20314 3.25816 4.20314 3.9998C4.20314 4.99432 4.59641 5.94809 5.2964 6.65132C5.9964 7.35454 6.9458 7.74961 7.93575 7.74961ZM7.93575 1.83646C8.36038 1.83646 8.77546 1.96295 9.12852 2.19995C9.48159 2.43695 9.75678 2.77381 9.91928 3.16792C10.0818 3.56204 10.1243 3.99571 10.0414 4.4141C9.9586 4.83249 9.75413 5.2168 9.45387 5.51845C9.15361 5.82009 8.77106 6.02551 8.3546 6.10873C7.93813 6.19195 7.50645 6.14924 7.11414 5.98599C6.72183 5.82275 6.38652 5.54629 6.15061 5.1916C5.91469 4.83691 5.78878 4.4199 5.78878 3.99332C5.79011 3.42209 6.01688 2.87471 6.41934 2.4712C6.82181 2.06768 7.36714 1.84098 7.93575 1.84079V1.83646Z' fill='%235E0000'/%3E%3Cpath d='M13.6545 12.3056C13.0105 11.4031 12.1617 10.6678 11.1784 10.1605C10.1951 9.65324 9.10569 9.38865 8.00034 9.38865C6.895 9.38865 5.80555 9.65324 4.82228 10.1605C3.839 10.6678 2.9902 11.4031 2.34618 12.3056C1.26704 14.0633 0.634512 16.0605 0.504288 18.1214C0.48249 18.3308 0.544395 18.5404 0.676385 18.704C0.808375 18.8675 0.999637 18.9717 1.2081 18.9936C1.41656 19.0155 1.62514 18.9533 1.78796 18.8207C1.95077 18.6881 2.05449 18.496 2.07629 18.2866C2.57516 13.4371 4.56923 10.9802 8.00034 10.9802C11.4315 10.9802 13.4255 13.4371 13.9244 18.2866C13.9449 18.4818 14.0365 18.6626 14.1816 18.7943C14.3266 18.9259 14.5149 18.9991 14.7104 18.9997C14.7378 19.0007 14.7652 18.9988 14.7922 18.994C14.8954 18.9832 14.9955 18.9521 15.0867 18.9024C15.1779 18.8527 15.2585 18.7855 15.3238 18.7045C15.3891 18.6235 15.4379 18.5304 15.4674 18.4305C15.4969 18.3306 15.5065 18.2258 15.4957 18.1221C15.3667 16.0608 14.7344 14.0632 13.6545 12.3056Z' fill='%235E0000'/%3E%3Cpath d='M10.0576 17.0859H5.75074C5.56036 17.0859 5.37779 17.0099 5.24317 16.8747C5.10856 16.7395 5.03293 16.556 5.03293 16.3648C5.03293 16.1735 5.10856 15.9901 5.24317 15.8549C5.37779 15.7196 5.56036 15.6437 5.75074 15.6437H10.0576C10.248 15.6437 10.4305 15.7196 10.5651 15.8549C10.6998 15.9901 10.7754 16.1735 10.7754 16.3648C10.7754 16.556 10.6998 16.7395 10.5651 16.8747C10.4305 17.0099 10.248 17.0859 10.0576 17.0859Z' fill='%235E0000'/%3E%3C/svg%3E")}.step.client-profile-data .accordion-toggle .icon-home,.step.shipping-data .accordion-toggle .icon-home{width:0;display:block !important;margin-right:38px}.step.client-profile-data .accordion-toggle .icon-home::before,.step.shipping-data .accordion-toggle .icon-home::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='20' viewBox='0 0 24 20' fill='none'%3E%3Cpath d='M1 1V0.25C0.585786 0.25 0.25 0.585786 0.25 1L1 1ZM16 1H16.75C16.75 0.585786 16.4142 0.25 16 0.25V1ZM1 14H0.25C0.25 14.4142 0.585786 14.75 1 14.75L1 14ZM16 6V5.25C15.5858 5.25 15.25 5.58579 15.25 6H16ZM20 6L20.5303 5.46967C20.3897 5.32902 20.1989 5.25 20 5.25V6ZM23 9H23.75C23.75 8.80109 23.671 8.61032 23.5303 8.46967L23 9ZM23 14V14.75C23.4142 14.75 23.75 14.4142 23.75 14H23ZM1 1.75H16V0.25H1V1.75ZM15.25 1V14H16.75V1H15.25ZM16 13.25H1V14.75H16V13.25ZM1.75 14V1H0.25V14H1.75ZM16 6.75H20V5.25H16V6.75ZM19.4697 6.53033L22.4697 9.53033L23.5303 8.46967L20.5303 5.46967L19.4697 6.53033ZM22.25 9V14H23.75V9H22.25ZM23 13.25H16V14.75H23V13.25ZM16.75 14V6H15.25V14H16.75ZM7.25 16.5C7.25 17.4665 6.4665 18.25 5.5 18.25V19.75C7.29492 19.75 8.75 18.2949 8.75 16.5H7.25ZM5.5 18.25C4.5335 18.25 3.75 17.4665 3.75 16.5H2.25C2.25 18.2949 3.70507 19.75 5.5 19.75V18.25ZM3.75 16.5C3.75 15.5335 4.5335 14.75 5.5 14.75V13.25C3.70507 13.25 2.25 14.7051 2.25 16.5H3.75ZM5.5 14.75C6.4665 14.75 7.25 15.5335 7.25 16.5H8.75C8.75 14.7051 7.29493 13.25 5.5 13.25V14.75ZM20.25 16.5C20.25 17.4665 19.4665 18.25 18.5 18.25V19.75C20.2949 19.75 21.75 18.2949 21.75 16.5H20.25ZM18.5 18.25C17.5335 18.25 16.75 17.4665 16.75 16.5H15.25C15.25 18.2949 16.7051 19.75 18.5 19.75V18.25ZM16.75 16.5C16.75 15.5335 17.5335 14.75 18.5 14.75V13.25C16.7051 13.25 15.25 14.7051 15.25 16.5H16.75ZM18.5 14.75C19.4665 14.75 20.25 15.5335 20.25 16.5H21.75C21.75 14.7051 20.2949 13.25 18.5 13.25V14.75Z' fill='%235E0000'/%3E%3C/svg%3E")}.step.client-profile-data .accordion-toggle>span,.step.shipping-data .accordion-toggle>span{font-size:16px;color:#5e0000;font-weight:600;margin-left:32px}.step.client-profile-data .accordion-toggle>span::before,.step.shipping-data .accordion-toggle>span::before{display:none}.step.client-profile-data .accordion-toggle::before,.step.shipping-data .accordion-toggle::before{display:none}.step.client-profile-data .shipping-container,.step.shipping-data .shipping-container{padding:0 !important}.step.client-profile-data .shipping-container .box-step,.step.shipping-data .shipping-container .box-step{display:flex;flex-direction:column}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-addressFormPart1,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-addressFormPart1{order:2}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup{order:3;margin-top:0;margin-bottom:12px}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-deliveryGroup .vtex-omnishipping-1-x-shippingSectionTitle{font-size:12px;color:#606060;font-weight:600}.step.client-profile-data .shipping-container .box-step .vtex-omnishipping-1-x-addressForm,.step.shipping-data .shipping-container .box-step .vtex-omnishipping-1-x-addressForm{order:4;margin-bottom:16px}.step.client-profile-data .shp-summary-group-info.vtex-omnishipping-1-x-SummaryItemInfo,.step.shipping-data .shp-summary-group-info.vtex-omnishipping-1-x-SummaryItemInfo{color:#606060}.step.client-profile-data .form-step.box-info,.step.shipping-data .form-step.box-info{color:#606060}.step.client-profile-data .shp-summary-group-price,.step.shipping-data .shp-summary-group-price{color:#5e0000;font-weight:700;font-size:14px}.step.client-profile-data .client-notice,.step.shipping-data .client-notice{font-size:12px;color:#606060;font-weight:400}.step.client-profile-data .link-box-edit,.step.shipping-data .link-box-edit{color:#5e0000 !important;opacity:1}.step.client-profile-data .delivery-address-title,.step.shipping-data .delivery-address-title{font-size:12px;color:#606060 !important;font-weight:600;margin-bottom:0 !important}.step.client-profile-data .client-profile-email,.step.shipping-data .client-profile-email{margin-bottom:0}.step.client-profile-data .client-profile-email .link-logout-container,.step.shipping-data .client-profile-email .link-logout-container{display:inline-block !important}.step.client-profile-data .link-change-shipping,.step.shipping-data .link-change-shipping{border:1px solid #9b6950 !important;border-radius:4px;height:40px;text-transform:uppercase;font-size:14px;font-weight:600;padding:0;display:flex;align-items:center;justify-content:center}.step.client-profile-data .input,.step.shipping-data .input{width:100% !important}.step.client-profile-data .input label,.step.shipping-data .input label{font-size:12px;color:#606060 !important;font-weight:600;margin-bottom:0 !important}.step.client-profile-data .input .input-small,.step.client-profile-data .input .input-xlarge,.step.client-profile-data .input .input-mini,.step.client-profile-data .input .input-large,.step.shipping-data .input .input-small,.step.shipping-data .input .input-xlarge,.step.shipping-data .input .input-mini,.step.shipping-data .input .input-large{border:1px solid #ebe1dc !important;height:40px;border-radius:4px;font-size:12px;color:#606060;font-weight:400}.step.client-profile-data .input .input-small.error,.step.client-profile-data .input .input-xlarge.error,.step.client-profile-data .input .input-mini.error,.step.client-profile-data .input .input-large.error,.step.shipping-data .input .input-small.error,.step.shipping-data .input .input-xlarge.error,.step.shipping-data .input .input-mini.error,.step.shipping-data .input .input-large.error{border-color:#5e0000 !important}.step.client-profile-data .newsletter,.step.shipping-data .newsletter{font-size:12px;color:#606060;font-weight:400}.step.client-profile-data .box-client-info-pj,.step.shipping-data .box-client-info-pj{padding-top:0 !important}.step.client-profile-data .box-client-info-pj .link>a,.step.shipping-data .box-client-info-pj .link>a{font-size:12px;color:#606060;font-weight:400;text-decoration:underline}.step.client-profile-data .submit .btn.btn-large,.step.client-profile-data .btn-go-to-payment-wrapper .btn.btn-large,.step.shipping-data .submit .btn.btn-large,.step.shipping-data .btn-go-to-payment-wrapper .btn.btn-large{min-width:100%;font-size:14px;color:#fefefe;font-weight:600;text-transform:uppercase;padding:10px}.step.client-profile-data .form-step,.step.shipping-data .form-step{padding-top:6px !important}.step .accordion-heading .accordion-toggle{display:flex;font-size:16px !important;color:#5e0000 !important;font-weight:600 !important}.orderform-template-holder #shipping-data .accordion-inner{padding:0 !important}.orderform-template-holder .step.shipping-data .vtex-omnishipping-1-x-addressSummaryActive .address-summary{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='30' viewBox='0 0 26 30' fill='none'%3E%3Cpath d='M9 28.3334V15.0001H17V28.3334M1 11.0001L13 1.66675L25 11.0001V25.6667C25 26.374 24.719 27.0523 24.219 27.5524C23.7189 28.0525 23.0406 28.3334 22.3333 28.3334H3.66667C2.95942 28.3334 2.28115 28.0525 1.78105 27.5524C1.28095 27.0523 1 26.374 1 25.6667V11.0001Z' stroke='%235E0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;background-position:10px 16px !important;background-repeat:no-repeat !important;border:1px solid #cbcbcb}#payment-data .accordion-toggle .icon-credit-card{width:0;display:block !important;margin-right:38px}#payment-data .accordion-toggle .icon-credit-card::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18' fill='none'%3E%3Cpath d='M1 6.99976H23M3 0.999756H21C22.1046 0.999756 23 1.89519 23 2.99976V14.9998C23 16.1043 22.1046 16.9998 21 16.9998H3C1.89543 16.9998 1 16.1043 1 14.9998V2.99976C1 1.89519 1.89543 0.999756 3 0.999756Z' stroke='%235E0000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}#payment-data .accordion-toggle span::before{display:none}#payment-data form.form-step.box-new.row-fluid{display:flex;flex-wrap:wrap}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%;max-width:172px}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}#payment-data form.form-step.box-new.row-fluid .link-gift-card{border:0;display:block !important;order:3}@media screen and (min-width: 991px){#payment-data form.form-step.box-new.row-fluid .payment-group{width:30%;order:1}#payment-data form.form-step.box-new.row-fluid .payment-group .payment-group-list{display:none}}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item{border-radius:4px;background-color:#e9e9e9;border:0;width:100%}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item .payment-group-item-label{font-size:0 !important}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item .payment-group-item-text,#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item .payment-group-item-type{font-size:12px !important;color:#353535 !important;font-weight:600 !important;text-transform:uppercase}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active{background-color:#606060}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active .payment-group-item-text,#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active .payment-group-item-type{color:#fefefe !important}#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active::after,#payment-data form.form-step.box-new.row-fluid .payment-group a.payment-group-item.active::before{display:none}#payment-data form.form-step.box-new.row-fluid .steps-view{padding:16px;box-sizing:border-box;flex:1;order:2}.orderform-template-holder>.row-fluid{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(3, auto);grid-column-gap:2.5vw;grid-row-gap:10px}@media(min-width: 1300px){.orderform-template-holder>.row-fluid{grid-column-gap:3.5vw}}@media screen and (max-width: 991px){.orderform-template-holder>.row-fluid{display:flex;flex-direction:column;gap:20px}}.orderform-template-holder>.row-fluid #shipping-data,.orderform-template-holder>.row-fluid #payment-data,.orderform-template-holder>.row-fluid #client-profile-data{padding:0 !important}.orderform-template-holder>.row-fluid #shipping-data{grid-area:1/2/2/3}@media(max-width: 991px){.orderform-template-holder>.row-fluid #shipping-data{margin:0 !important}}.orderform-template-holder>.row-fluid #payment-data{grid-area:2/2}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data{transform:translateY(-20px)}}.orderform-template-holder>.row-fluid #payment-data .payment-edit-link{display:none !important}.orderform-template-holder>.row-fluid #payment-data.span12{grid-area:3/1/3/3}@media screen and (min-width: 991px){.orderform-template-holder>.row-fluid #payment-data.span12{transform:translateY(0px)}}.orderform-template-holder>.row-fluid #client-profile-data{grid-area:1/1/span 5/span 1;position:relative}.orderform-template-holder .payment-group-item-cards{position:static !important}.orderform-template-holder #shipping-data .shipping-summary-info,.orderform-template-holder .step .accordion-body p.notification{display:block}.iframe-credit-card-payment-group{padding-bottom:20px}.iframe-credit-card-payment-group .PaymentCardDueDate .payment-card-lash{margin:9px 9px;font-size:19px;color:#606060}.iframe-credit-card-payment-group p.PaymentCardCVV{position:relative}.iframe-credit-card-payment-group p.PaymentCardCVV span.help{display:block !important}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp{display:block}@media only screen and (max-width: 991px){.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp{display:flex;background:rgba(0,0,0,0) !important;border:none !important;box-shadow:none;position:static;width:100%;left:0;font-size:0;padding:0;margin:0 !important;height:auto !important}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp::after{content:"Três últimos números atrás do seu cartão.";font-size:13px;color:#dd4b39;display:flex;margin-top:8px}}.iframe-credit-card-payment-group p.PaymentCardCVV span.PaymentCardCVVHelp span.help{display:block !important}.payment-paypal-postscript{display:none}.payment-paypal-help{display:flex;flex-wrap:wrap;margin-bottom:0;padding:16px;border:1px solid #ebe1dc;border-radius:4px}.payment-paypal-help:after{content:"Faça como mais de 188 milhões de pessoas, pague com Paypal usando seu cartão de crédito em milhares de sites no Brasil e no exterior.\a\aSelecione Paypal como forma de pagamento e crie sua conta, é  grátis.\a\aSujeito ao cumprimento dos requisitos do Programa de Proteção ao Comprador. Consulte em www.paypal.com.br\a\a*O parcelamento de até 6x sem juros se aplica quando o valor mÃínimo de compra for R$ 180,00.";display:flex;width:100%;text-align:start;white-space:pre-wrap;line-height:19px;margin-top:14px;color:#606060;font-weight:400;font-size:12px}.payment-paypal-help span.payment-paypal-help-text{display:inline-block;width:fit-content;padding-right:3px;color:#606060;font-weight:700;font-size:14px}.payment-paypal-help span.payment-paypal-help-number{display:flex;flex:1;color:#606060;font-weight:700;font-size:14px;min-width:100px}.paypalTotal{margin-top:-16px}.paypalTotal>span{display:block;font-size:14px;font-weight:400;font-family:"Open Sans",sans-serif;color:#353535;margin-bottom:16px}.paypalTotal .paypalTotal__container{display:flex;gap:12px;margin-bottom:16px}.paypalTotal .paypalTotal__container .paypalTotal--total{font-size:14px;font-weight:400;font-family:"Open Sans",sans-serif}.payment-paypal-subtitle{border:none;text-align:start;font-size:14px;font-weight:400;color:#353535;margin-bottom:0}ul.payment-paypal-benefits li{display:none !important}ul.payment-paypal-benefits:before{content:"";display:inline-block;margin:0 !important;padding:0 !important;background:url(https://divvinoangeloniqa.vtexassets.com/assets/vtex/assets-builder/divvinoangeloniqa.theme/0.1.41/images/checkout-paypal-info___5d15084â€¦.png) no-repeat left;background-size:contain;max-width:334px;min-width:300px;width:100%;height:258px}@media(max-width: 991px){ul.payment-paypal-benefits:before{margin-bottom:54%}}@media(max-width: 991px){.orderform-template-holder #client-profile-data .step.client-profile-data{margin-bottom:0 !important}}.vtex-omnishipping-1-x-leanShippingTextLabelSingle .vtex-omnishipping-1-x-leanShippingTextLabelSingle__type{margin-bottom:1px !important}.client-pre-email[style="display: none;"] #client-pre-email{position:relative !important}@media(min-width: 991px){.orderform-template .orderform-template-holder{padding-right:0}}@media(max-width: 768px){.orderform-template-holder #payment-data .steps-view iframe{margin:0 auto}}#app-container .PaymentInstallments label{display:none}#app-container .PaymentInstallments select{margin-top:11px !important}.orderform-template-holder .step .form-step fieldset.box-payment-paypal{min-width:unset}.input-prepend .add-on{height:40px !important;width:28px}.payment-unauthorized-modal{background:#9b6950 !important}.link-box-edit{color:#5e0000 !important;opacity:1}.orderform-template-holder #payment-data .payment-discounts p.payment-discounts-options label{white-space:nowrap}.cart-template.mini-cart .custom-cart-template-wrap>h2{font-size:0 !important}.cart-template.mini-cart .custom-cart-template-wrap>h2::after{content:"Meu pedido";font-size:16px;color:#5e0000;font-weight:600}.summary-template-holder tbody{display:block;border:0;padding:8px 0}.summary-template-holder tfoot{padding:0 8px;display:block}.summary-template-holder tfoot tr td{color:#5e0000;padding:4px 0 !important;font-size:16px !important;font-weight:bold}.summary-template-holder tfoot tr td.info{text-transform:uppercase;font-family:"Open Sans",sans-serif}.note.summary-note{margin-top:10px;display:block !important}#cart-note-cart{resize:none}.cart-note-cart-label{font-size:12px;color:#606060;font-weight:600;margin-top:8px}.note-textarea-cart{border-color:#ebe1dc;height:40px;width:calc(100% - 14px);line-height:38px}.summary-note{display:block !important;width:100%}.summary-note .note-label{margin-bottom:0}.summary-note .note-label label{font-size:0;color:#606060;font-weight:600}.summary-note .note-label label::after{content:" " !important;font-size:12px;font-weight:600}.summary-note .note-textarea{resize:none;border-color:#ebe1dc;height:40px;line-height:12px;width:100%;box-sizing:border-box;display:none}.summary-note .note-textarea::placeholder{font-size:12px;color:#606060;font-weight:400}.orderform-template .cart-template.mini-cart .summary-template-holder input[type=text]{height:40px !important}#client-profile-data{display:flex !important;flex-direction:column !important;margin-bottom:0 !important;margin-top:0px !important}#client-profile-data #client-pre-email{font-size:16px;padding-left:15px !important}#client-profile-data .client-pre-email{border:1px solid #ebe1dc !important;height:auto !important;border-radius:4px !important;padding:18px 16px !important}#client-profile-data .client-pre-email span[data-i18n="clientProfileData.preemail"]{padding-top:0 !important}#client-profile-data .client-pre-email span[data-i18n="clientProfileData.preemail"]::before{background-color:rgba(0,0,0,0) !important;border:none !important;content:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG2SURBVHgB7VXLVcMwEJyYkLNLcDoIHSQdhBsXsKiApIKQCmwqwEDg+QZUQKiAdIBL8OPIz8xaUp4f5OMYn/IyF0mWtLO7mvUCO1REw04U4GXAGacu6kFK4xcRkMyJFEm+gZcaSSwSB+hFHJuyYiQjIeE4JXOEGkBbfdrqfwEBl4eWqCMjNzx68ByZcKtC6WdQmbaZ23bMnk1ZnsJjYICKkLtigyTd4nenuODmg5DSi8AHLhWJURI86/LOfUOnyjW2FhO16A0PnHKaSOj07OkE8EuQdE0UfS5TvovaA4ZLiQQ3FMM7lSLCgI4oIlOgFihSvtGRUByCfpcp7x7cAle/z/4hEsSMiIQ9GjiXdWbyrgqp5LxjSkJqL+V8IHfiJUJqYgUmwPiI3rWMxzT2ygjGmTYcmGOzT6b7juMqWw7WQDy8Bto2OmJkHlwiDd8YxTqSUkQWEh3JetCpEbF0maohpZWWud/EBphogbQpLbcsgUXpiIrYlKQyURVsBZEt8DzNuRgo1xlV5LGqQwU8ogbwN+RLs8uM9PPGx6L0bFGiXqTyS5JanLdyIduvuZV/sJXH/+xtO+AHhxiGaCrX2D4AAAAASUVORK5CYII=");margin-right:8px}#client-profile-data .client-pre-email span[data-i18n="clientProfileData.preemail"]::after{content:"E-mail";font-size:16px;font-weight:600;color:#5e0000}#client-profile-data .client-pre-email .help.error{position:absolute}#client-profile-data #btn-client-pre-email{height:48px;line-height:1;font-size:11px;font-weight:600;text-transform:uppercase}#client-profile-data .client-pre-email .client-email.input.text .btn-success{top:165px;bottom:initial;width:calc(100% - 34px)}#client-profile-data .emailInfo{margin-top:100px;width:100%}@media(min-width: 991px){#client-profile-data .emailInfo{max-width:333px}}.payment-confirmation-wrap .icon-lock{display:none}.link.link-gift-card+.gift-card-section{margin-bottom:16px !important;order:3}.corporate-info-box[style="display: block;"] .client-company-document{order:5;margin-bottom:23px}#app-container>div>div>div>p.PaymentCardCVV{display:grid;grid-template-columns:1fr 2fr;grid-template-rows:repeat(3, 1fr);grid-template-rows:minmax(0px, auto) minmax(0, auto) minmax(0, auto)}#app-container>div>div>div>p.PaymentCardCVV .FormFieldLabel{width:124px;margin:0;grid-row:1/2;grid-column:1/2}#app-container>div>div>div>p.PaymentCardCVV .input-mini{grid-row:2/3;grid-column:1/1;width:114px !important}#app-container>div>div>div>p.PaymentCardCVV span.PaymentCardCVVHelp{height:0 !important}#app-container>div>div>div>p.PaymentCardCVV span.PaymentCardCVVHelp::after{grid-row:2/3;grid-column:1/2;content:url(/arquivos/cvv-card-icon.png) !important;width:30px !important;height:30px !important;z-index:9999;margin-right:40px;margin-top:30px !important;background-repeat:no-repeat !important}#app-container>div>div>div>p.PaymentCardCVV .help.error{grid-row:3/4;grid-column:1/2;margin-top:10px !important}.corporate-info-box{flex-direction:column}.corporate-info-box.active{display:flex !important}.corporate-info-box .client-company-name{order:0}.corporate-info-box .client-company-nickname{order:1}.corporate-info-box .client-company-document{order:2}.corporate-info-box .client-company-ie{order:3}.corporate-info-box .state-inscription-box{order:4;margin-top:1rem}div#vtexIdUI-main-content .vtexid-icon-lock{display:none}div#vtexIdContainer .vtexIdUI{max-height:302px;height:100%;box-shadow:none;background:#fefefe}.vtexIdUI-providers-list{display:flex;flex-direction:column}div#vtexIdUI-auth-selector .modal-header{background-color:#fefefe;border:none;padding-bottom:0;padding-top:20px}div#vtexIdUI-auth-selector .modal-header .vtexIdUI-close{background:#fefefe;color:#ccc}div#vtexIdUI-auth-selector .modal-header .vtexIdUI-user{display:none}div#vtexIdUI-auth-selector .modal-header h4.vtexIdUI-heading{text-align:center;font-weight:400;line-height:25px;color:#353535;margin:0}div#vtexIdUI-auth-selector .modal-header h4.vtexIdUI-heading span{font-size:0}div#vtexIdUI-auth-selector .modal-header h4.vtexIdUI-heading span::before{font-size:18px;content:"Escolha uma opção para entrar"}button#loginWithAccessKeyBtn .vtexid-icon-mail{display:none}button#loginWithAccessKeyBtn,button#loginWithUserAndPasswordBtn{background:#9b6950}button#loginWithAccessKeyBtn:hover,button#loginWithUserAndPasswordBtn:hover{background:#bc9079;border:1px solid #bc9079}button#loginWithAccessKeyBtn span,button#loginWithUserAndPasswordBtn span{font-weight:600;color:#fff;font-size:0px;text-shadow:none}button#loginWithAccessKeyBtn span::before{content:"RECEBER CÓDIGO POR E-MAIL";font-size:14px}button#loginWithUserAndPasswordBtn span{content:"ENTRAR COM E-MAIL E SENHA";font-size:14px;text-transform:uppercase}ul.vtexIdUI-providers-list li:nth-child(2){order:3}ul.vtexIdUI-providers-list li:nth-child(3){order:4}i.vtexid-icon-facebook,i.vtexid-icon-google-plus{opacity:1 !important;position:inherit !important;top:0 !important;right:0 !important;font-size:0 !important}i.vtexid-icon-google-plus::after{content:url(/arquivos/google__login.png)}i.vtexid-icon-facebook::after{content:url(/arquivos/facebook__login.png)}.vtexid-icon-facebook::before,.vtexid-icon-google-plus:before{display:none}button#vtexIdUI-facebook,button#vtexIdUI-google-plus{padding:0px 10px !important;display:flex;flex-direction:row;align-items:center;gap:16px;justify-content:center;background:#fefefe !important;border:1px solid #9b6950 !important}button#vtexIdUI-facebook p,button#vtexIdUI-google-plus p{font-weight:600;font-size:14px;color:#9b6950;text-transform:uppercase}#vtexIdContainer .modal-body ul.vtexIdUI-providers-list>li>#vtexIdUI-facebook{background:#fefefe !important}input[type=checkbox]{position:relative;width:16px;height:16px;background:#eee;margin-right:8px;margin-bottom:2px;-webkit-appearance:none;appearance:none;cursor:pointer}input[type=checkbox]::before{content:"";border:1px solid #9b6950;position:absolute;top:-2px;left:0;background-color:#fefefe;width:15px;height:15px}input[type=checkbox]:checked::after{content:"";width:11px;height:11px;position:absolute;top:1.2px;left:3.2px;background-color:#9b6950}.mz-exchange-voucher{cursor:pointer;text-decoration:underline;color:#2f2f2f;font-weight:400;font-size:12px;margin-top:.5rem}.gift-card-section{display:none}.gift-card-section.active{display:block}#show-gift-card-group{display:none !important}.box-client-info-pf p:has(>span.error){margin-bottom:25px}.box-client-info-pj p:has(>span.error){margin-bottom:25px}.orderform-template-holder>.row-fluid #client-profile-data.span6 .client-profile-data.filled{position:static;top:0;width:100%}.note.summary-note.modify{display:none !important}.quantity-changed-background{background:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;top:0;z-index:1000}.quantity-changed-modal{background:#fefefe;border-radius:2px;width:100%;height:100%;max-width:500px;max-height:290px;position:fixed;top:50vh;left:50vw;transform:translate(-50%, -50%);padding:24px;overflow-y:auto}@media(max-width: 617px){.quantity-changed-modal{max-width:calc(80vw - 20px);max-height:fit-content}}.quantity-changed-title{color:#5e0000;font-weight:600;font-size:20px;text-align:center;margin-top:0;margin-bottom:10px;display:flex;justify-content:center;flex-wrap:wrap;padding-right:10px}.quantity-changed-message{color:#606060;font-size:14px;font-weight:400;text-align:center;line-height:22px;margin-top:0;margin-bottom:10px}.quantity-changed-list{display:flex;flex-direction:column;height:120px;padding-top:15px;padding-bottom:15px;margin-bottom:10px;overflow-y:auto;overflow-x:hidden}.quantity-changed-list.one-item{justify-content:center}.quantity-changed-item{display:flex;align-items:center;margin-bottom:10px;padding-left:20px}.quantity-changed-item img{width:50px;height:50px;margin-right:16px}.quantity-changed-name{flex:1;color:#606060;font-size:14px;font-weight:400;line-height:22px;margin:0}.quantity-changed-info{flex:1;color:#606060;font-size:14px;font-weight:400;line-height:22px;margin:0}.quantity-changed-old{margin:0;padding-left:70px;text-decoration:line-through}.quantity-changed-new{margin:0;padding-left:70px;font-weight:bold}.quantity-changed-contact{text-align:center;margin-top:0;margin-bottom:12px;display:none}.limite-number{color:#5e0000;font-size:24px;font-weight:600;text-align:center;margin-top:0;margin-bottom:8px}.limite-subtext{color:#606060;font-size:14px;font-weight:400;text-align:center;margin-top:0;margin-bottom:3px}.cta-redirect{display:block;width:100%;text-align:center;cursor:pointer;color:#606060;font-size:14px;font-weight:400}.quantity-changed-button{cursor:pointer;background:#9b6950;padding:16px 32px;color:#fefefe;font-size:14px;font-weight:600;line-height:19px;text-align:center;width:fit-content;margin:auto;border-radius:4px}.quantity-exit-button{transform:translateY(-50%);background-color:#fff;color:#9b6950;padding:10px;border-radius:5px;position:absolute;right:0;margin-right:15px;font-weight:bold;font-size:large}.orderform-template-holder #payment-data #payment-group-customPrivate_401PaymentGroup{display:none}@media screen and (max-width: 991px){.step.accordion-group.shipping-data.vtex-omnishipping-1-x-shippingDataDev{margin-top:0 !important}}.sac-profile .item-quantity-change,.sac-profile .item-quantity-change+input{display:block !important}.sac-profile .item-quantity-change{display:flex !important;justify-content:center;align-items:center}.custom-fixed-button{display:none}@media screen and (max-width: 768px){.cart-template.full-cart,.row-fluid.orderform-template{padding-bottom:32px !important}.summary-totalizers .totalizers-list{padding-top:0 !important}.totalizers .accordion-group{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;padding:0px 20px 10px !important;z-index:999999;border-top:1px solid #ebe1dc !important;background:#fff;border-radius:0;box-sizing:border-box}.totalizers .accordion-group.unfixed{position:static}.cart-template.full-cart .row-fluid.summary{min-height:325.5px}.cart-fixed.cart-fixed-transition .summary-totalizers.cart-totalizers{min-height:173.5px}.custom-fixed-button{display:inline-block;width:100%;font-size:14px;text-transform:uppercase;font-weight:600;color:#fff;background:#74b82f !important;border:1px solid #74b82f !important;padding:17px 19px;margin-top:10px}.custom-fixed-button:disabled{background:#ccc;border:1px solid #ccc}.btn-place-order-wrapper{display:none}.payment-confirmation-wrap{display:none !important}.cart-template.full-cart .summary-template-holder .fretegratis-container{display:none}}.cart-template.full-cart .summary-template-holder .summary::before{content:"Possui um cupom?";font-weight:700;font-size:16px;line-height:16px;color:#5e0000;margin:5px 0}@media screen and (min-width: 769px){.cart-template.full-cart .summary-template-holder .summary::before{content:"Resumo da compra"}.cart-template.full-cart>.fretegratis-container{display:none}.cart-template.full-cart .summary-template-holder .fretegratis-container{display:block}}.freeShippingBarContainer{width:100%;margin:0 auto 16px;display:flex !important;flex-direction:column-reverse;border:1px solid #ebe1dc;z-index:2;border-radius:4px;padding:16px;height:auto;box-sizing:border-box;max-width:initial}.freeShippingBarMessage{font-size:.75rem;color:#717171;align-self:center;font-weight:400;margin-bottom:.25rem;text-align:center}.freeShippingBarMessage--progress{margin-bottom:.25rem;color:#4f4f4f}.freeShippingBarMessage--achieved{font-weight:bold;color:#000}.freeShippingBarSliderContainer{border-radius:.3125rem;height:.625rem;margin:.625rem 0;background:#d1d1d1;border:none;overflow:hidden}.freeShippingBarSlider{background:#5e0000;border-radius:.3125rem;height:.625rem;transition:width 1s ease-in-out}.freeShippingBarText{text-align:start;font-weight:normal;font-size:.75rem;line-height:1.125rem;margin-bottom:0;min-height:1.5rem;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;color:#3d3d3d}.freeShippingBarText--achieved{font-size:.875rem}.freeShippingBarIcon{display:block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgcng9IjE3LjUiIHN0cm9rZT0iIzVFMDAwMCIvPgo8cGF0aCBkPSJNMjguMzE5OSAxOS40NTAyTDI3LjY5ODQgMTYuOTY0MkMyNy44NjgzIDE2LjkyODEgMjcuOTk1OCAxNi43Nzc0IDI3Ljk5NTggMTYuNTk2OFYxNi4xOTU5QzI3Ljk5NTggMTUuMzI1NyAyNy4yODc4IDE0LjYxNzcgMjYuNDE3NSAxNC42MTc3SDIzLjU4NjdWMTMuNzkwOUMyMy41ODY3IDEzLjM2MjcgMjMuMjM4MyAxMy4wMTQzIDIyLjgxIDEzLjAxNDNIMTcuNTQ2M0wyMC43NDUgMTEuNzM0OEMyMC44MzcxIDExLjY5NzUgMjAuOTEwNyAxMS42MjUyIDIwLjk0OTcgMTEuNTMzOEMyMC45ODg3IDExLjQ0MjMgMjAuOTg5OCAxMS4zMzkyIDIwLjk1MjkgMTEuMjQ2OUMyMC45MTYgMTEuMTU0NiAyMC44NDQgMTEuMDgwNyAyMC43NTI3IDExLjA0MTRDMjAuNjYxNSAxMS4wMDIgMjAuNTU4MyAxMS4wMDA0IDIwLjQ2NTkgMTEuMDM3TDE3Ljg0NjggMTIuMDg0NkMxOC42NDQ5IDExLjU3MjUgMTkuNDM0NSAxMS4wMDg5IDE5LjczNTEgMTAuNjE0OEMyMC4zMjAzIDkuODQ3NTMgMjAuMTcyMSA4Ljc0NzE4IDE5LjQwNDggOC4xNjE5NUMxOC42Mzc1IDcuNTc2NjcgMTcuNTM3MiA3LjcyNDkzIDE2Ljk1MTkgOC40OTIyM0MxNi41MjQzIDkuMDUyOTUgMTUuOTYwMSAxMC42Mjg1IDE1LjU5NSAxMS43Mzg3QzE1LjIyOTggMTAuNjI4NiAxNC42NjU2IDkuMDUyOTUgMTQuMjM4IDguNDkyMjNDMTMuNjUyOSA3LjcyNDkzIDEyLjU1MjUgNy41NzY3NiAxMS43ODUyIDguMTYxOTVDMTEuMDE3OSA4Ljc0NzE0IDEwLjg2OTcgOS44NDc0OCAxMS40NTQ5IDEwLjYxNDhDMTEuNzU1NSAxMS4wMDkgMTIuNTQ1MSAxMS41NzI1IDEzLjM0MzIgMTIuMDg0NkwxMC43MjQxIDExLjAzN0MxMC42NzgzIDExLjAxODYgMTAuNjI5MyAxMS4wMDk1IDEwLjU4IDExLjAxMDFDMTAuNTMwNiAxMS4wMTA3IDEwLjQ4MTkgMTEuMDIxIDEwLjQzNjUgMTEuMDQwNEMxMC4zOTExIDExLjA1OTkgMTAuMzUgMTEuMDg4MSAxMC4zMTU2IDExLjEyMzRDMTAuMjgxMSAxMS4xNTg3IDEwLjI1MzkgMTEuMjAwNSAxMC4yMzU2IDExLjI0NjNDMTAuMjE3MyAxMS4yOTIxIDEwLjIwODIgMTEuMzQxMSAxMC4yMDg4IDExLjM5MDVDMTAuMjA5NCAxMS40Mzk4IDEwLjIxOTcgMTEuNDg4NiAxMC4yMzkxIDExLjUzMzlDMTAuMjU4NiAxMS41NzkzIDEwLjI4NjcgMTEuNjIwNCAxMC4zMjIxIDExLjY1NDhDMTAuMzU3NCAxMS42ODkzIDEwLjM5OTEgMTEuNzE2NSAxMC40NDUgMTEuNzM0OEwxMy42NDM3IDEzLjAxNDNIOC4zNzk5NEM3Ljk1MTY5IDEzLjAxNDMgNy42MDMzMSAxMy4zNjI3IDcuNjAzMzEgMTMuNzkwOVYyMC42MDUxQzcuNjAzMzEgMjAuNzA0OCA3LjY0MjkxIDIwLjgwMDQgNy43MTMzOCAyMC44NzA5QzcuNzgzODYgMjAuOTQxNCA3Ljg3OTQ0IDIwLjk4MDkgNy45NzkxMSAyMC45ODA5QzguMDc4NzggMjAuOTgwOSA4LjE3NDM2IDIwLjk0MTQgOC4yNDQ4NCAyMC44NzA5QzguMzE1MzEgMjAuODAwNCA4LjM1NDkxIDIwLjcwNDggOC4zNTQ5MSAyMC42MDUxVjEzLjc5MDlDOC4zNTQ5MSAxMy43NzcxIDguMzY2MTEgMTMuNzY1OSA4LjM3OTk0IDEzLjc2NTlIMjIuODFDMjIuODIzOCAxMy43NjU5IDIyLjgzNSAxMy43NzcxIDIyLjgzNSAxMy43OTA5VjIwLjYwNTJDMjIuODM1IDIwLjcwNDkgMjIuODc0NiAyMC44MDA1IDIyLjk0NTEgMjAuODcxQzIzLjAxNTYgMjAuOTQxNCAyMy4xMTExIDIwLjk4MSAyMy4yMTA4IDIwLjk4MUMyMy4zMTA1IDIwLjk4MSAyMy40MDYxIDIwLjk0MTQgMjMuNDc2NSAyMC44NzFDMjMuNTQ3IDIwLjgwMDUgMjMuNTg2NiAyMC43MDQ5IDIzLjU4NjYgMjAuNjA1MlYyMC4xNzkySDI4LjAxOTRMMjguMDIwNiAyMC4xNzkzTDI4LjAyMTggMjAuMTc5M0MyOC41NjcyIDIwLjE3OTcgMjkuMDMwMyAyMC41Mzc3IDI5LjE4OTMgMjEuMDMxMUgyOC4wMjA4QzI3LjkyMTIgMjEuMDMxMSAyNy44MjU2IDIxLjA3MDYgMjcuNzU1MSAyMS4xNDExQzI3LjY4NDYgMjEuMjExNiAyNy42NDUgMjEuMzA3MiAyNy42NDUgMjEuNDA2OVYyMi4yMDg1QzI3LjY0NSAyMi44NTc4IDI4LjE3MzIgMjMuMzg2IDI4LjgyMjUgMjMuMzg2SDI5LjI0ODRWMjUuMDM5NEgyOC4yNjU4QzI3Ljk0MyAyNC4xMDc0IDI3LjA1NyAyMy40MzYgMjYuMDE2NyAyMy40MzZDMjQuOTc2MyAyMy40MzYgMjQuMDkwMiAyNC4xMDc0IDIzLjc2NzUgMjUuMDM5NEgyMy41ODY2VjIyLjIwODVDMjMuNTg2NiAyMi4xMDg4IDIzLjU0NyAyMi4wMTMyIDIzLjQ3NjUgMjEuOTQyN0MyMy40MDYgMjEuODcyMyAyMy4zMTA0IDIxLjgzMjcgMjMuMjEwOCAyMS44MzI3QzIzLjExMTEgMjEuODMyNyAyMy4wMTU1IDIxLjg3MjMgMjIuOTQ1IDIxLjk0MjdDMjIuODc0NiAyMi4wMTMyIDIyLjgzNSAyMi4xMDg4IDIyLjgzNSAyMi4yMDg1VjI1LjAzOTNIMTUuMDM4M0MxNC43MTU1IDI0LjEwNzQgMTMuODI5NSAyMy40MzYgMTIuNzg5MSAyMy40MzZDMTEuNzQ4OCAyMy40MzYgMTAuODYyNyAyNC4xMDczIDEwLjU0IDI1LjAzOTNIOC4zNzk5NEM4LjM3MzMgMjUuMDM5MyA4LjM2NjkzIDI1LjAzNjcgOC4zNjIyNCAyNS4wMzJDOC4zNTc1NCAyNS4wMjczIDguMzU0OTEgMjUuMDIwOSA4LjM1NDkxIDI1LjAxNDNWMjQuMTg3Nkg5Ljk4MzNDMTAuMDgzIDI0LjE4NzYgMTAuMTc4NSAyNC4xNDggMTAuMjQ5IDI0LjA3NzVDMTAuMzE5NSAyNC4wMDcgMTAuMzU5MSAyMy45MTE0IDEwLjM1OTEgMjMuODExOEMxMC4zNTkxIDIzLjcxMjEgMTAuMzE5NSAyMy42MTY1IDEwLjI0OSAyMy41NDZDMTAuMTc4NSAyMy40NzU2IDEwLjA4MyAyMy40MzYgOS45ODMzIDIzLjQzNkg2LjM3NThDNi4yNzYxMyAyMy40MzYgNi4xODA1NCAyMy40NzU2IDYuMTEwMDcgMjMuNTQ2QzYuMDM5NTkgMjMuNjE2NSA2IDIzLjcxMjEgNiAyMy44MTE4QzYgMjMuOTExNCA2LjAzOTU5IDI0LjAwNyA2LjExMDA3IDI0LjA3NzVDNi4xODA1NCAyNC4xNDggNi4yNzYxMyAyNC4xODc2IDYuMzc1OCAyNC4xODc2SDcuNjAzMzZWMjUuMDE0M0M3LjYwMzM2IDI1LjQ0MjYgNy45NTE3MyAyNS43OTA5IDguMzc5OTggMjUuNzkwOUgxMC40MDk5QzEwLjQwOTggMjUuNzk5MyAxMC40MDkyIDI1LjgwNzYgMTAuNDA5MiAyNS44MTZDMTAuNDA5MiAyNy4xMjgyIDExLjQ3NjkgMjguMTk1OSAxMi43ODkxIDI4LjE5NTlDMTQuMTAxNCAyOC4xOTU5IDE1LjE2OTEgMjcuMTI4MiAxNS4xNjkxIDI1LjgxNkMxNS4xNjkxIDI1LjgwNzUgMTUuMTY4NSAyNS43OTkzIDE1LjE2ODQgMjUuNzkwOUgyMy42MzczQzIzLjYzNzIgMjUuNzk5MyAyMy42MzY3IDI1LjgwNzYgMjMuNjM2NyAyNS44MTZDMjMuNjM2NyAyNy4xMjgyIDI0LjcwNDMgMjguMTk1OSAyNi4wMTY2IDI4LjE5NTlDMjcuMzI4OSAyOC4xOTU5IDI4LjM5NjUgMjcuMTI4MiAyOC4zOTY1IDI1LjgxNkMyOC4zOTY1IDI1LjgwNzUgMjguMzk2IDI1Ljc5OTMgMjguMzk1OSAyNS43OTA5SDI5LjYyNDJDMjkuNzIzOCAyNS43OTA5IDI5LjgxOTQgMjUuNzUxMyAyOS44ODk5IDI1LjY4MDlDMjkuOTYwNCAyNS42MTA0IDMwIDI1LjUxNDggMzAgMjUuNDE1MVYyMS40MDY4QzMwIDIwLjQxNzEgMjkuMjY5OCAxOS41OTQ4IDI4LjMxOTkgMTkuNDUwMlpNMTQuMTA0NyAxMS42NzQ3QzEyLjYyMjQgMTAuNzUzNSAxMi4xODI3IDEwLjMyOTcgMTIuMDUyNSAxMC4xNTlDMTEuNzE4NiA5LjcyMTI0IDExLjgwMzIgOS4wOTM0NSAxMi4yNDEgOC43NTk1NkMxMi40MTQ1IDguNjI2OTIgMTIuNjI2OSA4LjU1NTE3IDEyLjg0NTMgOC41NTU0MkMxMy4xNDY0IDguNTU1NDIgMTMuNDQ0MiA4LjY5MDcgMTMuNjQwNSA4Ljk0ODA0QzE0LjAwNCA5LjQyNDY3IDE0LjU3MzMgMTEuMDI4OSAxNC45NDkxIDEyLjE4NDlDMTQuNjY1NiAxMi4wMTgyIDE0LjM4NDEgMTEuODQ4MSAxNC4xMDQ3IDExLjY3NDdaTTE2LjI0MDkgMTIuMTg0OEMxNi42MTY4IDExLjAyODkgMTcuMTg2MSA5LjQyNDcxIDE3LjU0OTUgOC45NDc5OUMxNy44ODM0IDguNTEwMjMgMTguNTExMiA4LjQyNTcxIDE4Ljk0OSA4Ljc1OTU2QzE5LjM4NjggOS4wOTM0NSAxOS40NzEzIDkuNzIxMjQgMTkuMTM3NSAxMC4xNTlDMTkuMDA3MyAxMC4zMjk3IDE4LjU2NzYgMTAuNzUzNSAxNy4wODU0IDExLjY3NDZDMTYuODA1OSAxMS44NDggMTYuNTI0NCAxMi4wMTgxIDE2LjI0MDkgMTIuMTg0OFpNMjMuNTg2NyAxNS4zNjkySDI2LjQxNzVDMjYuODczNCAxNS4zNjkyIDI3LjI0NDMgMTUuNzQgMjcuMjQ0MyAxNi4xOTU5VjE2LjIyMDlIMjMuNTg2N1YxNS4zNjkyWk0yMy41ODY3IDE5LjQyNzdWMTYuOTcyNUgyNi45MjU4TDI3LjUzOTYgMTkuNDI3N0gyMy41ODY3Wk0xMi43ODkxIDI3LjQ0NDRDMTEuODkxMyAyNy40NDQ0IDExLjE2MDcgMjYuNzEzOSAxMS4xNjA3IDI1LjgxNkMxMS4xNjA3IDI0LjkxODEgMTEuODkxMyAyNC4xODc2IDEyLjc4OTEgMjQuMTg3NkMxMy42ODcgMjQuMTg3NiAxNC40MTc1IDI0LjkxODEgMTQuNDE3NSAyNS44MTZDMTQuNDE3NSAyNi43MTM5IDEzLjY4NyAyNy40NDQ0IDEyLjc4OTEgMjcuNDQ0NFpNMjYuMDE2NyAyNy40NDQ0QzI1LjExODggMjcuNDQ0NCAyNC4zODgzIDI2LjcxMzkgMjQuMzg4MyAyNS44MTZDMjQuMzg4MyAyNC45MTgxIDI1LjExODggMjQuMTg3NiAyNi4wMTY3IDI0LjE4NzZDMjYuOTE0NiAyNC4xODc2IDI3LjY0NTEgMjQuOTE4MSAyNy42NDUxIDI1LjgxNkMyNy42NDUxIDI2LjcxMzkgMjYuOTE0NiAyNy40NDQ0IDI2LjAxNjcgMjcuNDQ0NFpNMjkuMjQ4NSAyMi42MzQzSDI4LjgyMjVDMjguNTg3NyAyMi42MzQzIDI4LjM5NjYgMjIuNDQzMyAyOC4zOTY2IDIyLjIwODRWMjEuNzgyNUgyOS4yNDg0VjIyLjYzNDNIMjkuMjQ4NVoiIGZpbGw9IiM1RTAwMDAiLz4KPHBhdGggZD0iTTEyLjc4OTIgMjUuMDM5NEMxMi4zNjEgMjUuMDM5NCAxMi4wMTI2IDI1LjM4NzcgMTIuMDEyNiAyNS44MTZDMTIuMDEyNiAyNi4yNDQyIDEyLjM2MSAyNi41OTI2IDEyLjc4OTIgMjYuNTkyNkMxMy4yMTc1IDI2LjU5MjYgMTMuNTY1OSAyNi4yNDQyIDEzLjU2NTkgMjUuODE2QzEzLjU2NTkgMjUuMzg3NyAxMy4yMTc1IDI1LjAzOTQgMTIuNzg5MiAyNS4wMzk0Wk0yNi4wMTY4IDI1LjAzOTRDMjUuNTg4NiAyNS4wMzk0IDI1LjI0MDIgMjUuMzg3NyAyNS4yNDAyIDI1LjgxNkMyNS4yNDAyIDI2LjI0NDIgMjUuNTg4NiAyNi41OTI2IDI2LjAxNjggMjYuNTkyNkMyNi40NDUxIDI2LjU5MjYgMjYuNzkzNCAyNi4yNDQyIDI2Ljc5MzQgMjUuODE2QzI2Ljc5MzQgMjUuMzg3NyAyNi40NDUxIDI1LjAzOTQgMjYuMDE2OCAyNS4wMzk0Wk0yMS42MDc2IDIzLjQzNkgxNS45OTU5QzE1Ljg5NjIgMjMuNDM2IDE1LjgwMDcgMjMuNDc1NiAxNS43MzAyIDIzLjU0NjFDMTUuNjU5NyAyMy42MTY1IDE1LjYyMDEgMjMuNzEyMSAxNS42MjAxIDIzLjgxMThDMTUuNjIwMSAyMy45MTE1IDE1LjY1OTcgMjQuMDA3IDE1LjczMDIgMjQuMDc3NUMxNS44MDA3IDI0LjE0OCAxNS44OTYyIDI0LjE4NzYgMTUuOTk1OSAyNC4xODc2SDIxLjYwNzZDMjEuNzA3MyAyNC4xODc2IDIxLjgwMjkgMjQuMTQ4IDIxLjg3MzMgMjQuMDc3NUMyMS45NDM4IDI0LjAwNyAyMS45ODM0IDIzLjkxMTUgMjEuOTgzNCAyMy44MTE4QzIxLjk4MzQgMjMuNzEyMSAyMS45NDM4IDIzLjYxNjUgMjEuODczMyAyMy41NDYxQzIxLjgwMjkgMjMuNDc1NiAyMS43MDczIDIzLjQzNiAyMS42MDc2IDIzLjQzNlpNMTEuOTg3NiAyMS44MzI3SDcuMTc3NTVDNy4wNzc4OSAyMS44MzI3IDYuOTgyMyAyMS44NzIzIDYuOTExODMgMjEuOTQyN0M2Ljg0MTM1IDIyLjAxMzIgNi44MDE3NiAyMi4xMDg4IDYuODAxNzYgMjIuMjA4NUM2LjgwMTc2IDIyLjMwODEgNi44NDEzNSAyMi40MDM3IDYuOTExODMgMjIuNDc0MkM2Ljk4MjMgMjIuNTQ0NyA3LjA3Nzg5IDIyLjU4NDMgNy4xNzc1NSAyMi41ODQzSDExLjk4NzZDMTIuMDg3MyAyMi41ODQzIDEyLjE4MjggMjIuNTQ0NyAxMi4yNTMzIDIyLjQ3NDJDMTIuMzIzOCAyMi40MDM3IDEyLjM2MzQgMjIuMzA4MSAxMi4zNjM0IDIyLjIwODVDMTIuMzYzNCAyMi4xMDg4IDEyLjMyMzggMjIuMDEzMiAxMi4yNTMzIDIxLjk0MjdDMTIuMTgyOCAyMS44NzIzIDEyLjA4NzMgMjEuODMyNyAxMS45ODc2IDIxLjgzMjdaTTExLjk4NzYgMTYuMjIwOUgxMC4zODQyQzEwLjI4NDYgMTYuMjIwOSAxMC4xODkgMTYuMjYwNSAxMC4xMTg1IDE2LjMzMUMxMC4wNDggMTYuNDAxNSAxMC4wMDg0IDE2LjQ5NzEgMTAuMDA4NCAxNi41OTY3VjE5LjgwMzRDMTAuMDA4NCAxOS45MDMxIDEwLjA0OCAxOS45OTg3IDEwLjExODUgMjAuMDY5MUMxMC4xODkgMjAuMTM5NiAxMC4yODQ2IDIwLjE3OTIgMTAuMzg0MiAyMC4xNzkyQzEwLjQ4MzkgMjAuMTc5MiAxMC41Nzk1IDIwLjEzOTYgMTAuNjUgMjAuMDY5MUMxMC43MjA0IDE5Ljk5ODcgMTAuNzYgMTkuOTAzMSAxMC43NiAxOS44MDM0VjE4LjU3NTlIMTEuNTg2OEMxMS42ODY0IDE4LjU3NTkgMTEuNzgyIDE4LjUzNjMgMTEuODUyNSAxOC40NjU4QzExLjkyMyAxOC4zOTUzIDExLjk2MjYgMTguMjk5NyAxMS45NjI2IDE4LjIwMDFDMTEuOTYyNiAxOC4xMDA0IDExLjkyMyAxOC4wMDQ4IDExLjg1MjUgMTcuOTM0M0MxMS43ODIgMTcuODYzOSAxMS42ODY0IDE3LjgyNDMgMTEuNTg2OCAxNy44MjQzSDEwLjc2VjE2Ljk3MjVIMTEuOTg3NkMxMi4wODczIDE2Ljk3MjUgMTIuMTgyOCAxNi45MzI5IDEyLjI1MzMgMTYuODYyNUMxMi4zMjM4IDE2Ljc5MiAxMi4zNjM0IDE2LjY5NjQgMTIuMzYzNCAxNi41OTY3QzEyLjM2MzQgMTYuNDk3MSAxMi4zMjM4IDE2LjQwMTUgMTIuMjUzMyAxNi4zMzFDMTIuMTgyOCAxNi4yNjA1IDEyLjA4NzMgMTYuMjIwOSAxMS45ODc2IDE2LjIyMDlaTTE0Ljk0NDkgMTguNzUyMUMxNS4zMjEgMTguNTA1NyAxNS41NzAxIDE4LjA4MDkgMTUuNTcwMSAxNy41OTg4QzE1LjU3MDEgMTYuODM5IDE0Ljk1MiAxNi4yMjA5IDE0LjE5MjIgMTYuMjIwOUgxMy4xOTAxQzEzLjA5MDQgMTYuMjIwOSAxMi45OTQ4IDE2LjI2MDUgMTIuOTI0MyAxNi4zMzFDMTIuODUzOSAxNi40MDE1IDEyLjgxNDMgMTYuNDk3MSAxMi44MTQzIDE2LjU5NjdWMTkuODAzNEMxMi44MTQzIDE5LjkwMzEgMTIuODUzOSAxOS45OTg3IDEyLjkyNDMgMjAuMDY5MUMxMi45OTQ4IDIwLjEzOTYgMTMuMDkwNCAyMC4xNzkyIDEzLjE5MDEgMjAuMTc5MkMxMy4yODk3IDIwLjE3OTIgMTMuMzg1MyAyMC4xMzk2IDEzLjQ1NTggMjAuMDY5MUMxMy41MjYzIDE5Ljk5ODcgMTMuNTY1OSAxOS45MDMxIDEzLjU2NTkgMTkuODAzNFYxOC45NzY3SDE0LjE5MTVMMTQuODgxNiAyMC4wMTE4QzE0LjkxNTkgMjAuMDYzNCAxNC45NjI0IDIwLjEwNTYgMTUuMDE3IDIwLjEzNDhDMTUuMDcxNiAyMC4xNjQxIDE1LjEzMjYgMjAuMTc5MyAxNS4xOTQ1IDIwLjE3OTJDMTUuMjY4NiAyMC4xNzkzIDE1LjM0MTEgMjAuMTU3MyAxNS40MDI2IDIwLjExNkMxNS40NDM3IDIwLjA4ODcgMTUuNDc5IDIwLjA1MzUgMTUuNTA2NCAyMC4wMTI1QzE1LjUzMzkgMTkuOTcxNSAxNS41NTMgMTkuOTI1NSAxNS41NjI3IDE5Ljg3NzFDMTUuNTcyNCAxOS44Mjg3IDE1LjU3MjQgMTkuNzc4OSAxNS41NjI4IDE5LjczMDVDMTUuNTUzMiAxOS42ODIxIDE1LjUzNDIgMTkuNjM2IDE1LjUwNjggMTkuNTk1TDE0Ljk0NDkgMTguNzUyMVpNMTQuMTkyMiAxOC4yMjUxSDEzLjU2NTlWMTYuOTcyNUgxNC4xOTIyQzE0LjUzNzUgMTYuOTcyNSAxNC44MTg1IDE3LjI1MzUgMTQuODE4NSAxNy41OTg4QzE0LjgxODUgMTcuOTQ0MiAxNC41Mzc1IDE4LjIyNTEgMTQuMTkyMiAxOC4yMjUxWk0xOC4wMDAxIDE5LjQyNzdIMTYuNzcyNVYxOC41NzQ2QzE2Ljc4MDggMTguNTc1MiAxNi43ODkxIDE4LjU3NTkgMTYuNzk3NiAxOC41NzU5SDE3LjU5OTJDMTcuNjk4OSAxOC41NzU5IDE3Ljc5NDUgMTguNTM2MyAxNy44NjUgMTguNDY1OEMxNy45MzU0IDE4LjM5NTQgMTcuOTc1IDE4LjI5OTggMTcuOTc1IDE4LjIwMDFDMTcuOTc1IDE4LjEwMDQgMTcuOTM1NCAxOC4wMDQ5IDE3Ljg2NSAxNy45MzQ0QzE3Ljc5NDUgMTcuODYzOSAxNy42OTg5IDE3LjgyNDMgMTcuNTk5MiAxNy44MjQzSDE2Ljc5NzZDMTYuNzg5MSAxNy44MjQzIDE2Ljc4MDggMTcuODI1IDE2Ljc3MjUgMTcuODI1NlYxNi45NzI1SDE4LjAwMDFDMTguMDk5OCAxNi45NzI1IDE4LjE5NTQgMTYuOTMyOSAxOC4yNjU4IDE2Ljg2MjVDMTguMzM2MyAxNi43OTIgMTguMzc1OSAxNi42OTY0IDE4LjM3NTkgMTYuNTk2N0MxOC4zNzU5IDE2LjQ5NzEgMTguMzM2MyAxNi40MDE1IDE4LjI2NTggMTYuMzMxQzE4LjE5NTQgMTYuMjYwNSAxOC4wOTk4IDE2LjIyMDkgMTguMDAwMSAxNi4yMjA5SDE2LjM5NjdDMTYuMjk3MSAxNi4yMjA5IDE2LjIwMTUgMTYuMjYwNSAxNi4xMzEgMTYuMzMxQzE2LjA2MDUgMTYuNDAxNSAxNi4wMjA5IDE2LjQ5NzEgMTYuMDIwOSAxNi41OTY3VjE5LjgwMzRDMTYuMDIwOSAxOS45MDMxIDE2LjA2MDUgMTkuOTk4NyAxNi4xMzEgMjAuMDY5MUMxNi4yMDE1IDIwLjEzOTYgMTYuMjk3MSAyMC4xNzkyIDE2LjM5NjcgMjAuMTc5MkgxOC4wMDAxQzE4LjA5OSAyMC4xNzgxIDE4LjE5MzUgMjAuMTM4IDE4LjI2MzEgMjAuMDY3N0MxOC4zMzI3IDE5Ljk5NzMgMTguMzcxNyAxOS45MDI0IDE4LjM3MTcgMTkuODAzNEMxOC4zNzE3IDE5LjcwNDUgMTguMzMyNyAxOS42MDk1IDE4LjI2MzEgMTkuNTM5MkMxOC4xOTM1IDE5LjQ2ODggMTguMDk5IDE5LjQyODggMTguMDAwMSAxOS40Mjc3Wk0yMC44MDU5IDE5LjQyNzdIMTkuNTc4NFYxOC41NzU5SDIwLjAwNDNDMjAuMTA0IDE4LjU3NTkgMjAuMTk5NSAxOC41MzYzIDIwLjI3IDE4LjQ2NThDMjAuMzQwNSAxOC4zOTU0IDIwLjM4MDEgMTguMjk5OCAyMC4zODAxIDE4LjIwMDFDMjAuMzgwMSAxOC4xMDA0IDIwLjM0MDUgMTguMDA0OSAyMC4yNyAxNy45MzQ0QzIwLjE5OTUgMTcuODYzOSAyMC4xMDQgMTcuODI0MyAyMC4wMDQzIDE3LjgyNDNIMTkuNTc4NFYxNi45NzI1SDIwLjgwNTlDMjAuOTA1NiAxNi45NzI1IDIxLjAwMTIgMTYuOTMyOSAyMS4wNzE3IDE2Ljg2MjVDMjEuMTQyMiAxNi43OTIgMjEuMTgxNyAxNi42OTY0IDIxLjE4MTcgMTYuNTk2N0MyMS4xODE3IDE2LjQ5NzEgMjEuMTQyMiAxNi40MDE1IDIxLjA3MTcgMTYuMzMxQzIxLjAwMTIgMTYuMjYwNSAyMC45MDU2IDE2LjIyMDkgMjAuODA1OSAxNi4yMjA5SDE5LjIwMjZDMTkuMTAyOSAxNi4yMjA5IDE5LjAwNzMgMTYuMjYwNSAxOC45MzY5IDE2LjMzMUMxOC44NjY0IDE2LjQwMTUgMTguODI2OCAxNi40OTcxIDE4LjgyNjggMTYuNTk2N1YxOS44MDM0QzE4LjgyNjggMTkuOTAzMSAxOC44NjY0IDE5Ljk5ODcgMTguOTM2OSAyMC4wNjkxQzE5LjAwNzMgMjAuMTM5NiAxOS4xMDI5IDIwLjE3OTIgMTkuMjAyNiAyMC4xNzkySDIwLjgwNTlDMjAuOTA0OSAyMC4xNzgxIDIwLjk5OTQgMjAuMTM4IDIxLjA2OSAyMC4wNjc3QzIxLjEzODUgMTkuOTk3MyAyMS4xNzc1IDE5LjkwMjQgMjEuMTc3NSAxOS44MDM0QzIxLjE3NzUgMTkuNzA0NSAyMS4xMzg1IDE5LjYwOTUgMjEuMDY5IDE5LjUzOTJDMjAuOTk5NCAxOS40Njg4IDIwLjkwNDkgMTkuNDI4OCAyMC44MDU5IDE5LjQyNzdaIiBmaWxsPSIjNUUwMDAwIi8+Cjwvc3ZnPgo=");background-size:2.25rem 2.25rem;width:2.25rem;height:2.25rem;margin-right:.5rem;flex-shrink:0}.freeShippingBarIconFree{display:block;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwMTNfODQwKSI+CjxwYXRoIGQ9Ik0xNi4zNjQ3IDE1LjA1MDlDMTYuMzI4NyAxNC45NTEyIDE2LjI1NDYgMTQuODY5OCAxNi4xNTg3IDE0LjgyNDdDMTYuMDYyNyAxNC43Nzk1IDE1Ljk1MjggMTQuNzc0NCAxNS44NTMgMTQuODEwM0MxNS44MDIzIDE0LjgyODYgMTUuNzU1OCAxNC44NTY5IDE1LjcxNjQgMTQuODkzNkMxNS42NzY5IDE0LjkzMDMgMTUuNjQ1MyAxNC45NzQ1IDE1LjYyMzMgMTUuMDIzN0MxNS42MDE0IDE1LjA3MyAxNS41ODk3IDE1LjEyNjEgMTUuNTg4OCAxNS4xOEMxNS41ODc5IDE1LjIzMzggMTUuNTk3OSAxNS4yODczIDE1LjYxODIgMTUuMzM3MkMxNS45ODI5IDE2LjI4ODggMTYuMDA5MyAxNy4wMTY2IDE1LjY5MDIgMTcuMzM2NEMxNS4zMDMyIDE3LjcyMjcgMTQuMzM5MSAxNy42MDE5IDEzLjExMDggMTcuMDE0MkMxMS40NjYzIDE2LjE2MDMgOS45NzE1NyAxNS4wNDQ4IDguNjg0OTMgMTMuNzExNEM1LjU1Mjk1IDEwLjU3OTEgNC4yNjA2NiA3LjUwNTQ3IDUuMDU5OTQgNi43MDYxOEM1LjE4NTkzIDYuNjA2NjkgNS4zMzIyOSA2LjUzNjIgNS40ODg2MSA2LjQ5OTcxQzUuNjQ0OTQgNi40NjMyMiA1LjgwNzM4IDYuNDYxNjMgNS45NjQzOSA2LjQ5NTA2QzYuMDY4NTEgNi41MDI3MiA2LjE3MTQ5IDYuNDY5MzQgNi4yNTEzMyA2LjQwMjA4QzYuMzMxMTcgNi4zMzQ4MiA2LjM4MTU0IDYuMjM4OTkgNi4zOTE2NyA2LjEzNTA5QzYuNDAxOCA2LjAzMTE4IDYuMzcwODkgNS45Mjc0NCA2LjMwNTU0IDUuODQ2MDJDNi4yNDAxOSA1Ljc2NDYgNi4xNDU2IDUuNzExOTcgNi4wNDE5NiA1LjY5OTM3QzUuNzY3NTcgNS42NTA4MiA1LjQ4NTczIDUuNjY1MTcgNS4yMTc2OSA1Ljc0MTM2QzQuOTQ5NjUgNS44MTc1NSA0LjcwMjQgNS45NTM1OCA0LjQ5NDU2IDYuMTM5MkMzLjAyOTUzIDcuNjAzODMgNS4yNjkwNiAxMS40MjQzIDguMTE5NTUgMTQuMjc1MkM5LjQ3MDA3IDE1LjY3MjggMTEuMDM5NCAxNi44NDA5IDEyLjc2NTcgMTcuNzMzNUMxMy4wNzg0IDE3Ljg4MzIgMTMuNDAwNiAxOC4wMTIxIDEzLjczMDIgMTguMTE5M0wxMC44ODkzIDE5LjE5NjVDNy4wOTU3NSAxNy43NTQzIDQuMzY0ODYgMTQuMzkxMiAzLjczMjA2IDEwLjM4MjNDMy43MTQ3OCAxMC4yNzgzIDMuNjU3MTMgMTAuMTg1NCAzLjU3MTY0IDEwLjEyMzZDMy40ODYxNiAxMC4wNjE5IDMuMzc5NzYgMTAuMDM2NSAzLjI3NTU5IDEwLjA1MjhDMy4xNzE0MyAxMC4wNjkyIDMuMDc3OTQgMTAuMTI2IDMuMDE1NDYgMTAuMjEwOUMyLjk1Mjk4IDEwLjI5NTggMi45MjY1NyAxMC40MDIgMi45NDE5NyAxMC41MDYzQzMuMDA0NzQgMTAuOTA2MSAzLjA4ODcxIDExLjMwNiAzLjE5MTQ3IDExLjY5N0MzLjY0NjI2IDEzLjQyMDIgNC40NzQ5MyAxNS4wMjIgNS42MTg2MiAxNi4zODg4QzYuNzYyMyAxNy43NTU1IDguMTkyOTQgMTguODUzNyA5LjgwODkgMTkuNjA1Mkw1LjEzMzEyIDIxLjM3NDVDNS4xMTE2OCAyMS4zMzg3IDUuMDg0NjggMjEuMzA2NiA1LjA1MzE1IDIxLjI3OTNDNC40NjUxMSAyMC44MDcyIDMuOTc5MDQgMjAuMjIwNiAzLjYyNDQgMTkuNTU1MUMzLjI2OTc1IDE4Ljg4OTYgMy4wNTM5MSAxOC4xNTkgMi45ODk5NSAxNy40MDc2TDIuODA0NDIgMTUuMTYwOUMyLjgwMDk1IDE1LjEwOTEgMi43ODczMSAxNS4wNTg1IDIuNzY0MjkgMTUuMDEyMUMyLjc0MTI3IDE0Ljk2NTYgMi43MDkzMiAxNC45MjQxIDIuNjcwMjYgMTQuODg5OUMyLjYzMTIgMTQuODU1OCAyLjU4NTggMTQuODI5NiAyLjUzNjY1IDE0LjgxMzFDMi40ODc0OSAxNC43OTY1IDIuNDM1NTUgMTQuNzg5NyAyLjM4Mzc5IDE0Ljc5MzJDMi4zNzk2NCAxNC43OTM1IDIuMzc1NDkgMTQuNzkzOCAyLjM3MTM5IDE0Ljc5NDJDMi4zMTg4MiAxNC43OTg0IDIuMjY3NTkgMTQuODEzIDIuMjIwNjYgMTQuODM3QzIuMTczNzMgMTQuODYxMSAyLjEzMjAyIDE0Ljg5NDIgMi4wOTc5NCAxNC45MzQ0QzIuMDYzODYgMTQuOTc0NyAyLjAzODA4IDE1LjAyMTMgMi4wMjIwOCAxNS4wNzE1QzIuMDA2MDkgMTUuMTIxOCAyLjAwMDE5IDE1LjE3NDcgMi4wMDQ3MyAxNS4yMjczTDIuMTkzNDYgMTcuNDczMkMyLjMzNDAxIDE5LjA5NjIgMy4wOTExIDIwLjYwMzYgNC4zMDkwNCAyMS42ODU1TDAuOTczNTM2IDIyLjk0ODNMMS41NzMzIDIwLjQ4NjhDMS41ODU3NSAyMC40MzU4IDEuNTg4MDMgMjAuMzgyOCAxLjU3OTk5IDIwLjMzMDlDMS41NzE5NiAyMC4yNzg5IDEuNTUzNzggMjAuMjI5MSAxLjUyNjQ5IDIwLjE4NDJDMS40OTkyIDIwLjEzOTMgMS40NjMzMyAyMC4xMDAzIDEuNDIwOTQgMjAuMDY5MkMxLjM3ODU1IDIwLjAzODIgMS4zMzA0NiAyMC4wMTU4IDEuMjc5NDIgMjAuMDAzNEMxLjIyODM4IDE5Ljk5MDkgMS4xNzUzOSAxOS45ODg3IDEuMTIzNDcgMTkuOTk2N0MxLjA3MTU1IDIwLjAwNDcgMS4wMjE3MyAyMC4wMjI5IDAuOTc2ODM2IDIwLjA1MDJDMC45MzE5NDYgMjAuMDc3NSAwLjg5Mjg3MiAyMC4xMTM0IDAuODYxODQ0IDIwLjE1NThDMC44MzA4MTcgMjAuMTk4MiAwLjgwODQ0NSAyMC4yNDYyIDAuNzk2MDA1IDIwLjI5NzNMMC4wMTU5MDg4IDIzLjQ5NkMtMC4wMDE0NTc4NCAyMy41NjY4IDAuMDAwODU3NjMgMjMuNjQxIDAuMDIyNjA0OCAyMy43MTA2QzAuMDQ0MzUyIDIzLjc4MDEgMC4wODQ3MDM0IDIzLjg0MjQgMC4xMzkyOTYgMjMuODkwN0MwLjE5Mzg4OCAyMy45MzkgMC4yNjA2NDMgMjMuOTcxNSAwLjMzMjM0NCAyMy45ODQ2QzAuNDA0MDQ1IDIzLjk5NzcgMC40Nzc5NjIgMjMuOTkwOSAwLjU0NjEwMiAyMy45NjUxTDE1LjM0MDMgMTguMzY3MkMxNS4zNjM5IDE4LjM1NTcgMTUuMzg2MSAxOC4zNDE4IDE1LjQwNjcgMTguMzI1N0MxNS43MjY5IDE4LjI3NjUgMTYuMDIzNyAxOC4xMjg0IDE2LjI1NTYgMTcuOTAyMkMxNi42NTE4IDE3LjUwNiAxNi45OTI4IDE2LjY4OTEgMTYuMzY0NyAxNS4wNTA5WiIgZmlsbD0iIzVFMDAwMCIvPgo8cGF0aCBkPSJNMjAuMTM4IDE0LjAxOTdDMTcuOTc2NSAxMy4yMTA1IDE1LjY0MDIgMTIuOTgzNyAxMy4zNjM0IDEzLjM2MkwxMS45MzQ4IDEzLjYwMTlDMTEuODMyMyAxMy42MjE2IDExLjc0MTUgMTMuNjgwNiAxMS42ODE5IDEzLjc2NjNDMTEuNjIyNCAxMy44NTIgMTEuNTk4NiAxMy45NTc2IDExLjYxNTkgMTQuMDYwNkMxMS42MzMxIDE0LjE2MzUgMTEuNjg5OSAxNC4yNTU2IDExLjc3NDEgMTQuMzE3M0MxMS44NTg0IDE0LjM3ODkgMTEuOTYzNCAxNC40MDUxIDEyLjA2NjcgMTQuMzkwNEwxMy40OTUgMTQuMTUyNUMxNS42MzMyIDEzLjc5NyAxNy44Mjc0IDE0LjAxMDIgMTkuODU3MyAxNC43NzA2QzE5LjkwMjMgMTQuNzg2NiAxOS45NDk4IDE0Ljc5NDYgMTkuOTk3NiAxNC43OTQyQzIwLjA5MTQgMTQuNzk0NCAyMC4xODIzIDE0Ljc2MTYgMjAuMjU0MyAxNC43MDE1QzIwLjMyNjQgMTQuNjQxNSAyMC4zNzUgMTQuNTU4IDIwLjM5MTcgMTQuNDY1N0MyMC40MDg1IDE0LjM3MzQgMjAuMzkyMiAxNC4yNzgyIDIwLjM0NTggMTQuMTk2NkMyMC4yOTk0IDE0LjExNTEgMjAuMjI1OSAxNC4wNTI1IDIwLjEzOCAxNC4wMTk3Wk0yMS41NTk0IDcuODI0OTVDMjEuNTM2OCA3Ljc3NzUzIDIxLjUwNTIgNy43MzUwMyAyMS40NjYxIDcuNjk5ODZDMjEuNDI3MSA3LjY2NDY5IDIxLjM4MTYgNy42Mzc1NCAyMS4zMzIxIDcuNjE5OThDMjEuMjgyNiA3LjYwMjQyIDIxLjIzMDEgNy41OTQ3OCAyMS4xNzc3IDcuNTk3NUMyMS4xMjUyIDcuNjAwMjIgMjEuMDczOCA3LjYxMzI0IDIxLjAyNjQgNy42MzU4M0wxMi42Mjk3IDExLjYzNDNDMTIuNTgyMyAxMS42NTY4IDEyLjUzOTggMTEuNjg4NSAxMi41MDQ2IDExLjcyNzVDMTIuNDY5NCAxMS43NjY1IDEyLjQ0MjMgMTEuODEyMSAxMi40MjQ3IDExLjg2MTZDMTIuNDA3MiAxMS45MTExIDEyLjM5OTUgMTEuOTYzNiAxMi40MDIyIDEyLjAxNkMxMi40MDUgMTIuMDY4NSAxMi40MTggMTIuMTE5OCAxMi40NDA2IDEyLjE2NzNDMTIuNDYzMSAxMi4yMTQ3IDEyLjQ5NDggMTIuMjU3MiAxMi41MzM4IDEyLjI5MjNDMTIuNTcyOCAxMi4zMjc1IDEyLjYxODQgMTIuMzU0NyAxMi42Njc4IDEyLjM3MjJDMTIuNzE3MyAxMi4zODk4IDEyLjc2OTggMTIuMzk3NCAxMi44MjIyIDEyLjM5NDdDMTIuODc0NyAxMi4zOTIgMTIuOTI2MSAxMi4zNzkgMTIuOTczNSAxMi4zNTY0TDEyLjk3MzYgMTIuMzU2NEwyMS4zNzAzIDguMzU3OTVDMjEuNDE3NyA4LjMzNTM3IDIxLjQ2MDIgOC4zMDM2OCAyMS40OTU0IDguMjY0NjhDMjEuNTMwNiA4LjIyNTY3IDIxLjU1NzcgOC4xODAxMiAyMS41NzUzIDguMTMwNjNDMjEuNTkyOCA4LjA4MTEzIDIxLjYwMDUgOC4wMjg2NiAyMS41OTc3IDcuOTc2MjJDMjEuNTk1IDcuOTIzNzcgMjEuNTgyIDcuODcyMzcgMjEuNTU5NCA3LjgyNDk1Wk05LjcxNTIzIDIuNzEzNzVDOS43MDQ2NSAyLjY2MTY5IDkuNjgzODEgMi42MTIyNiA5LjY1MzkxIDIuNTY4MzRDOS42MjQwMSAyLjUyNDQzIDkuNTg1NjYgMi40ODY5MiA5LjU0MTEgMi40NTc5OUM5LjQ5NjU1IDIuNDI5MDcgOS40NDY2NyAyLjQwOTMxIDkuMzk0MzkgMi4zOTk4OEM5LjM0MjExIDIuMzkwNDQgOS4yODg0NyAyLjM5MTUzIDkuMjM2NjIgMi40MDMwNkM5LjE4NDc2IDIuNDE0NTggOS4xMzU3MiAyLjQzNjMzIDkuMDkyMzYgMi40NjcwM0M5LjA0OSAyLjQ5NzczIDkuMDEyMTkgMi41MzY3NSA4Ljk4NDA5IDIuNTgxODNDOC45NTU5OCAyLjYyNjkyIDguOTM3MTUgMi42NzcxNSA4LjkyODY3IDIuNzI5NTlDOC45MjAyIDIuNzgyMDMgOC45MjIyNiAyLjgzNTY0IDguOTM0NzQgMi44ODcyOEM5LjQ0MDg1IDUuMTQ4MzYgOS4yMzIyNiA3LjUxMDgzIDguMzM3NzcgOS42NDgyNEw3Ljc1NjQgMTEuMDQzM0M3LjcxNjA0IDExLjE0MDkgNy43MTU5NiAxMS4yNTA2IDcuNzU2MiAxMS4zNDgzQzcuNzk2NDMgMTEuNDQ2IDcuODczNyAxMS41MjM4IDcuOTcxMTEgMTEuNTY0N0M4LjA2ODk1IDExLjYwNTQgOC4xNzg5NCAxMS42MDU2IDguMjc2OTMgMTEuNTY1M0M4LjM3NDkxIDExLjUyNDkgOC40NTI4OCAxMS40NDc0IDguNDkzNzEgMTEuMzQ5Nkw5LjA3NTQ4IDkuOTU2MTJDMTAuMDMzOSA3LjY2NjU3IDEwLjI1NzQgNS4xMzU4NSA5LjcxNTIzIDIuNzEzNzVaTTIxLjk5NjggMTQuMzk0NEMyMS4zMzQ0IDE0LjM5NDQgMjAuNzk3MyAxNC45MzE0IDIwLjc5NzMgMTUuNTkzOUMyMC43OTczIDE2LjI1NjQgMjEuMzM0NCAxNi43OTM1IDIxLjk5NjggMTYuNzkzNUMyMi42NTkzIDE2Ljc5MzUgMjMuMTk2NCAxNi4yNTY0IDIzLjE5NjQgMTUuNTkzOUMyMy4xOTY0IDE0LjkzMTQgMjIuNjU5MyAxNC4zOTQ0IDIxLjk5NjggMTQuMzk0NFpNMjEuOTk2OCAxNS45OTM4QzIxLjg5MDggMTUuOTkzOCAyMS43ODkxIDE1Ljk1MTYgMjEuNzE0MSAxNS44NzY3QzIxLjYzOTEgMTUuODAxNyAyMS41OTcgMTUuNyAyMS41OTcgMTUuNTkzOUMyMS41OTcgMTUuNDg3OSAyMS42MzkxIDE1LjM4NjIgMjEuNzE0MSAxNS4zMTEyQzIxLjc4OTEgMTUuMjM2MiAyMS44OTA4IDE1LjE5NDEgMjEuOTk2OCAxNS4xOTQxQzIyLjEwMjkgMTUuMTk0MSAyMi4yMDQ2IDE1LjIzNjIgMjIuMjc5NiAxNS4zMTEyQzIyLjM1NDYgMTUuMzg2MiAyMi4zOTY3IDE1LjQ4NzkgMjIuMzk2NyAxNS41OTM5QzIyLjM5NjcgMTUuNyAyMi4zNTQ2IDE1LjgwMTcgMjIuMjc5NiAxNS44NzY3QzIyLjIwNDYgMTUuOTUxNiAyMi4xMDI5IDE1Ljk5MzggMjEuOTk2OCAxNS45OTM4Wk0xMi40MDA2IDMuMTk4NzZDMTEuNzM4MSAzLjE5ODc2IDExLjIwMTEgMy43MzU4IDExLjIwMTEgNC4zOTgyOUMxMS4yMDExIDUuMDYwNzggMTEuNzM4MSA1LjU5NzgyIDEyLjQwMDYgNS41OTc4MkMxMy4wNjMxIDUuNTk3ODIgMTMuNjAwMSA1LjA2MDc4IDEzLjYwMDEgNC4zOTgyOUMxMy42MDAxIDMuNzM1OCAxMy4wNjMxIDMuMTk4NzYgMTIuNDAwNiAzLjE5ODc2Wk0xMi40MDA2IDQuNzk4MTNDMTIuMjk0NSA0Ljc5ODEzIDEyLjE5MjggNC43NTYwMSAxMi4xMTc5IDQuNjgxMDJDMTIuMDQyOSA0LjYwNjA0IDEyLjAwMDcgNC41MDQzNCAxMi4wMDA3IDQuMzk4MjlDMTIuMDAwNyA0LjI5MjI0IDEyLjA0MjkgNC4xOTA1NCAxMi4xMTc5IDQuMTE1NTZDMTIuMTkyOCA0LjA0MDU3IDEyLjI5NDUgMy45OTg0NSAxMi40MDA2IDMuOTk4NDVDMTIuNTA2NiAzLjk5ODQ1IDEyLjYwODMgNC4wNDA1NyAxMi42ODMzIDQuMTE1NTZDMTIuNzU4MyA0LjE5MDU0IDEyLjgwMDQgNC4yOTIyNCAxMi44MDA0IDQuMzk4MjlDMTIuODAwNCA0LjUwNDM0IDEyLjc1ODMgNC42MDYwNCAxMi42ODMzIDQuNjgxMDJDMTIuNjA4MyA0Ljc1NjAxIDEyLjUwNjYgNC43OTgxMyAxMi40MDA2IDQuNzk4MTNaIiBmaWxsPSIjNUUwMDAwIi8+CjxwYXRoIGQ9Ik04LjgwMjEzIDEuNTk5MzhDOS4yNDM3OSAxLjU5OTM4IDkuNjAxODIgMS4yNDEzNCA5LjYwMTgyIDAuNzk5Njg4QzkuNjAxODIgMC4zNTgwMzMgOS4yNDM3OSAwIDguODAyMTMgMEM4LjM2MDQ3IDAgOC4wMDI0NCAwLjM1ODAzMyA4LjAwMjQ0IDAuNzk5Njg4QzguMDAyNDQgMS4yNDEzNCA4LjM2MDQ3IDEuNTk5MzggOC44MDIxMyAxLjU5OTM4WiIgZmlsbD0iIzVFMDAwMCIvPgo8cGF0aCBkPSJNMTkuOTk3NiAxLjk5OTIyQzE5Ljg5MTUgMS45OTkyMiAxOS43ODk4IDIuMDQxMzUgMTkuNzE0OCAyLjExNjMzQzE5LjYzOTggMi4xOTEzMiAxOS41OTc3IDIuMjkzMDIgMTkuNTk3NyAyLjM5OTA3VjIuNzk4OTFDMTkuNTk3NyAyLjkwNDk1IDE5LjYzOTggMy4wMDY2NiAxOS43MTQ4IDMuMDgxNjRDMTkuNzg5OCAzLjE1NjYzIDE5Ljg5MTUgMy4xOTg3NSAxOS45OTc2IDMuMTk4NzVDMjAuMTAzNiAzLjE5ODc1IDIwLjIwNTMgMy4xNTY2MyAyMC4yODAzIDMuMDgxNjRDMjAuMzU1MyAzLjAwNjY2IDIwLjM5NzQgMi45MDQ5NSAyMC4zOTc0IDIuNzk4OTFWMi4zOTkwN0MyMC4zOTc0IDIuMjkzMDIgMjAuMzU1MyAyLjE5MTMyIDIwLjI4MDMgMi4xMTYzM0MyMC4yMDUzIDIuMDQxMzUgMjAuMTAzNiAxLjk5OTIyIDE5Ljk5NzYgMS45OTkyMlpNMTkuOTk3NiAwQzE5Ljg5MTUgMCAxOS43ODk4IDAuMDQyMTI2MyAxOS43MTQ4IDAuMTE3MTEyQzE5LjYzOTggMC4xOTIwOTcgMTkuNTk3NyAwLjI5Mzc5OSAxOS41OTc3IDAuMzk5ODQ0VjAuNzk5Njg4QzE5LjU5NzcgMC45MDU3MzQgMTkuNjM5OCAxLjAwNzQ0IDE5LjcxNDggMS4wODI0MkMxOS43ODk4IDEuMTU3NDEgMTkuODkxNSAxLjE5OTUzIDE5Ljk5NzYgMS4xOTk1M0MyMC4xMDM2IDEuMTk5NTMgMjAuMjA1MyAxLjE1NzQxIDIwLjI4MDMgMS4wODI0MkMyMC4zNTUzIDEuMDA3NDQgMjAuMzk3NCAwLjkwNTczNCAyMC4zOTc0IDAuNzk5Njg4VjAuMzk5ODQ0QzIwLjM5NzQgMC4yOTM3OTkgMjAuMzU1MyAwLjE5MjA5NyAyMC4yODAzIDAuMTE3MTEyQzIwLjIwNTMgMC4wNDIxMjYzIDIwLjEwMzYgMCAxOS45OTc2IDBaTTIxLjE5NzEgMS4xOTk1M0gyMC43OTcyQzIwLjY5MTIgMS4xOTk1MyAyMC41ODk1IDEuMjQxNjYgMjAuNTE0NSAxLjMxNjY0QzIwLjQzOTUgMS4zOTE2MyAyMC4zOTc0IDEuNDkzMzMgMjAuMzk3NCAxLjU5OTM4QzIwLjM5NzQgMS43MDU0MiAyMC40Mzk1IDEuODA3MTIgMjAuNTE0NSAxLjg4MjExQzIwLjU4OTUgMS45NTcwOSAyMC42OTEyIDEuOTk5MjIgMjAuNzk3MiAxLjk5OTIySDIxLjE5NzFDMjEuMzAzMSAxLjk5OTIyIDIxLjQwNDggMS45NTcwOSAyMS40Nzk4IDEuODgyMTFDMjEuNTU0OCAxLjgwNzEyIDIxLjU5NjkgMS43MDU0MiAyMS41OTY5IDEuNTk5MzhDMjEuNTk2OSAxLjQ5MzMzIDIxLjU1NDggMS4zOTE2MyAyMS40Nzk4IDEuMzE2NjRDMjEuNDA0OCAxLjI0MTY2IDIxLjMwMzEgMS4xOTk1MyAyMS4xOTcxIDEuMTk5NTNaTTE5LjE5NzkgMS4xOTk1M0gxOC43OThDMTguNjkyIDEuMTk5NTMgMTguNTkwMyAxLjI0MTY2IDE4LjUxNTMgMS4zMTY2NEMxOC40NDAzIDEuMzkxNjMgMTguMzk4MiAxLjQ5MzMzIDE4LjM5ODIgMS41OTkzOEMxOC4zOTgyIDEuNzA1NDIgMTguNDQwMyAxLjgwNzEyIDE4LjUxNTMgMS44ODIxMUMxOC41OTAzIDEuOTU3MDkgMTguNjkyIDEuOTk5MjIgMTguNzk4IDEuOTk5MjJIMTkuMTk3OUMxOS4zMDM5IDEuOTk5MjIgMTkuNDA1NiAxLjk1NzA5IDE5LjQ4MDYgMS44ODIxMUMxOS41NTU2IDEuODA3MTIgMTkuNTk3NyAxLjcwNTQyIDE5LjU5NzcgMS41OTkzOEMxOS41OTc3IDEuNDkzMzMgMTkuNTU1NiAxLjM5MTYzIDE5LjQ4MDYgMS4zMTY2NEMxOS40MDU2IDEuMjQxNjYgMTkuMzAzOSAxLjE5OTUzIDE5LjE5NzkgMS4xOTk1M1pNMTcuMTk4NiA0LjM4OTg5SDE1LjE5MUMxNS4wODUgNC4zODk4OSAxNC45ODMzIDQuNDMyMDIgMTQuOTA4MyA0LjUwN0MxNC44MzMzIDQuNTgxOTkgMTQuNzkxMiA0LjY4MzY5IDE0Ljc5MTIgNC43ODk3M1Y2Ljc5NzM1QzE0Ljc5MTIgNi45MDM0IDE0LjgzMzMgNy4wMDUxIDE0LjkwODMgNy4wODAwOEMxNC45ODMzIDcuMTU1MDcgMTUuMDg1IDcuMTk3MiAxNS4xOTEgNy4xOTcySDE3LjE5ODZDMTcuMzA0NyA3LjE5NzIgMTcuNDA2NCA3LjE1NTA3IDE3LjQ4MTQgNy4wODAwOEMxNy41NTY0IDcuMDA1MSAxNy41OTg1IDYuOTAzNCAxNy41OTg1IDYuNzk3MzVWNC43ODk3M0MxNy41OTg1IDQuNjgzNjkgMTcuNTU2NCA0LjU4MTk5IDE3LjQ4MTQgNC41MDdDMTcuNDA2NCA0LjQzMjAyIDE3LjMwNDcgNC4zODk4OSAxNy4xOTg2IDQuMzg5ODlaTTE2Ljc5ODggNi4zOTc1MUgxNS41OTA5VjUuMTg5NThIMTYuNzk4OFY2LjM5NzUxWk0xNC4yODU4IDcuNzI4NzlDMTQuMjE1MiA3LjY1MzM5IDE0LjExODEgNy42MDgyNiAxNC4wMTQ5IDcuNjAyODZDMTMuOTExOCA3LjU5NzQ2IDEzLjgxMDUgNy42MzIyIDEzLjczMjQgNy42OTk4TDkuNzMzOTUgMTEuMjk4NEM5LjY1NTE4IDExLjM2OTQgOS42MDc4MSAxMS40Njg3IDkuNjAyMjYgMTEuNTc0NkM5LjU5NjcxIDExLjY4MDQgOS42MzM0NCAxMS43ODQyIDkuNzA0MzYgMTEuODYzQzkuNzc1MzIgMTEuOTQxOCA5Ljg3NDY1IDExLjk4OTEgOS45ODA1MiAxMS45OTQ3QzEwLjA4NjQgMTIuMDAwMiAxMC4xOTAxIDExLjk2MzUgMTAuMjY4OSAxMS44OTI2TDE0LjI2NzQgOC4yOTM5N0MxNC4zMDU3IDguMjU4MDcgMTQuMzM2NiA4LjIxNDk3IDE0LjM1ODIgOC4xNjcxNEMxNC4zNzk5IDguMTE5MzEgMTQuMzkxOSA4LjA2NzY4IDE0LjM5MzcgOC4wMTUyQzE0LjM5NTQgNy45NjI3MiAxNC4zODY3IDcuOTEwNDEgMTQuMzY4MiA3Ljg2MTI3QzE0LjM0OTcgNy44MTIxMyAxNC4zMjE3IDcuNzY3MTEgMTQuMjg1OCA3LjcyODc5Wk0yMS41OTY5IDkuMTk2NDJDMjEuNDkwOSA5LjE5NjQyIDIxLjM4OTIgOS4yMzg1NCAyMS4zMTQyIDkuMzEzNTNDMjEuMjM5MiA5LjM4ODUxIDIxLjE5NzEgOS40OTAyMiAyMS4xOTcxIDkuNTk2MjZWOS45OTYxMUMyMS4xOTcxIDEwLjEwMjEgMjEuMjM5MiAxMC4yMDM5IDIxLjMxNDIgMTAuMjc4OEMyMS4zODkyIDEwLjM1MzggMjEuNDkwOSAxMC4zOTU5IDIxLjU5NjkgMTAuMzk1OUMyMS43MDMgMTAuMzk1OSAyMS44MDQ3IDEwLjM1MzggMjEuODc5NyAxMC4yNzg4QzIxLjk1NDYgMTAuMjAzOSAyMS45OTY4IDEwLjEwMjEgMjEuOTk2OCA5Ljk5NjExVjkuNTk2MjZDMjEuOTk2OCA5LjQ5MDIyIDIxLjk1NDYgOS4zODg1MSAyMS44Nzk3IDkuMzEzNTNDMjEuODA0NyA5LjIzODU0IDIxLjcwMyA5LjE5NjQyIDIxLjU5NjkgOS4xOTY0MlpNMjMuMjkzNSA5LjEyNzY0TDIzLjAxMDggOC44NDQ5NUMyMi45MzU0IDguNzcyMTIgMjIuODM0NCA4LjczMTgyIDIyLjcyOTUgOC43MzI3M0MyMi42MjQ3IDguNzMzNjQgMjIuNTI0NCA4Ljc3NTY5IDIyLjQ1MDMgOC44NDk4MkMyMi4zNzYxIDguOTIzOTYgMjIuMzM0MSA5LjAyNDI0IDIyLjMzMzIgOS4xMjkwOEMyMi4zMzIzIDkuMjMzOTIgMjIuMzcyNiA5LjMzNDkyIDIyLjQ0NTQgOS40MTAzM0wyMi43MjgxIDkuNjkzMDJDMjIuODA0NCA5Ljc2NjcgMjIuOTA2OCA5LjgwNzA2IDIzLjAxMjggOS44MDUyMkMyMy4xMTg4IDkuODAzMzggMjMuMjE5OCA5Ljc1OTUgMjMuMjkzNSA5LjY4MzIzQzIzLjM2NTUgOS42MDg2OCAyMy40MDU3IDkuNTA5MDggMjMuNDA1NyA5LjQwNTQ0QzIzLjQwNTcgOS4zMDE3OSAyMy4zNjU1IDkuMjAyMTkgMjMuMjkzNSA5LjEyNzY0Wk0yMy41OTYxIDcuNTk3MDRIMjMuMTk2M0MyMy4wOTAzIDcuNTk3MDQgMjIuOTg4NiA3LjYzOTE3IDIyLjkxMzYgNy43MTQxNUMyMi44Mzg2IDcuNzg5MTQgMjIuNzk2NSA3Ljg5MDg0IDIyLjc5NjUgNy45OTY4OEMyMi43OTY1IDguMTAyOTMgMjIuODM4NiA4LjIwNDYzIDIyLjkxMzYgOC4yNzk2MkMyMi45ODg2IDguMzU0NiAyMy4wOTAzIDguMzk2NzMgMjMuMTk2MyA4LjM5NjczSDIzLjU5NjFDMjMuNzAyMiA4LjM5NjczIDIzLjgwMzkgOC4zNTQ2IDIzLjg3ODkgOC4yNzk2MkMyMy45NTM5IDguMjA0NjMgMjMuOTk2IDguMTAyOTMgMjMuOTk2IDcuOTk2ODhDMjMuOTk2IDcuODkwODQgMjMuOTUzOSA3Ljc4OTE0IDIzLjg3ODkgNy43MTQxNUMyMy44MDM5IDcuNjM5MTcgMjMuNzAyMiA3LjU5NzA0IDIzLjU5NjEgNy41OTcwNFpNMjMuMjgzNyA2LjMwMDc1QzIzLjIwOTEgNi4yMjg3NSAyMy4xMDk1IDYuMTg4NTEgMjMuMDA1OSA2LjE4ODUxQzIyLjkwMjIgNi4xODg1MSAyMi44MDI2IDYuMjI4NzUgMjIuNzI4MSA2LjMwMDc1TDIyLjQ0NTQgNi41ODM0M0MyMi4zODk1IDYuNjM5MzUgMjIuMzUxNCA2LjcxMDU5IDIyLjMzNiA2Ljc4ODE0QzIyLjMyMDYgNi44NjU2OSAyMi4zMjg1IDYuOTQ2MDggMjIuMzU4OCA3LjAxOTEzQzIyLjM4OSA3LjA5MjE4IDIyLjQ0MDMgNy4xNTQ2MiAyMi41MDYgNy4xOTg1NkMyMi41NzE3IDcuMjQyNDkgMjIuNjQ5IDcuMjY1OTUgMjIuNzI4MSA3LjI2NTk3QzIyLjgzNDEgNy4yNjU5NSAyMi45MzU4IDcuMjIzOCAyMy4wMTA4IDcuMTQ4ODFMMjMuMjkzNSA2Ljg2NjEzQzIzLjM2NzEgNi43ODk4NSAyMy40MDc1IDYuNjg3NDQgMjMuNDA1NyA2LjU4MTQxQzIzLjQwMzggNi40NzUzOCAyMy4zNTk5IDYuMzc0NDIgMjMuMjgzNyA2LjMwMDc1Wk0yMS41OTY5IDUuNTk3ODJDMjEuNDkwOSA1LjU5NzgyIDIxLjM4OTIgNS42Mzk5NSAyMS4zMTQyIDUuNzE0OTNDMjEuMjM5MiA1Ljc4OTkyIDIxLjE5NzEgNS44OTE2MiAyMS4xOTcxIDUuOTk3NjZWNi4zOTc1MUMyMS4xOTcxIDYuNTAzNTUgMjEuMjM5MiA2LjYwNTI1IDIxLjMxNDIgNi42ODAyNEMyMS4zODkyIDYuNzU1MjMgMjEuNDkwOSA2Ljc5NzM1IDIxLjU5NjkgNi43OTczNUMyMS43MDMgNi43OTczNSAyMS44MDQ3IDYuNzU1MjMgMjEuODc5NyA2LjY4MDI0QzIxLjk1NDYgNi42MDUyNSAyMS45OTY4IDYuNTAzNTUgMjEuOTk2OCA2LjM5NzUxVjUuOTk3NjZDMjEuOTk2OCA1Ljg5MTYyIDIxLjk1NDYgNS43ODk5MiAyMS44Nzk3IDUuNzE0OTNDMjEuODA0NyA1LjYzOTk1IDIxLjcwMyA1LjU5NzgyIDIxLjU5NjkgNS41OTc4MlpNMjAuNzQ4NSA2LjU4MzQzTDIwLjQ2NTggNi4zMDA3NUMyMC4zOTA0IDYuMjI3OTEgMjAuMjg5NCA2LjE4NzYxIDIwLjE4NDUgNi4xODg1MkMyMC4wNzk3IDYuMTg5NDMgMTkuOTc5NCA2LjIzMTQ4IDE5LjkwNTMgNi4zMDU2MkMxOS44MzExIDYuMzc5NzUgMTkuNzg5MSA2LjQ4MDA0IDE5Ljc4ODIgNi41ODQ4N0MxOS43ODczIDYuNjg5NzEgMTkuODI3NiA2Ljc5MDcxIDE5LjkwMDQgNi44NjYxM0wyMC4xODMxIDcuMTQ4ODFDMjAuMjU5MyA3LjIyMjQ5IDIwLjM2MTggNy4yNjI4NSAyMC40Njc4IDcuMjYxMDFDMjAuNTczOCA3LjI1OTE3IDIwLjY3NDggNy4yMTUyOSAyMC43NDg1IDcuMTM5MDJDMjAuODIwNSA3LjA2NDQ3IDIwLjg2MDcgNi45NjQ4NyAyMC44NjA3IDYuODYxMjNDMjAuODYwNyA2Ljc1NzU4IDIwLjgyMDUgNi42NTc5OCAyMC43NDg1IDYuNTgzNDNaTTQuNzgzODggMS43Mjg5M0M0Ljc2MDc5IDEuNjU4MDMgNC43MTgzNCAxLjU5NSA0LjY2MTMyIDEuNTQ2OTVDNC42MDQzMSAxLjQ5ODkgNC41MzQ5OSAxLjQ2Nzc2IDQuNDYxMiAxLjQ1NzAzTDMuMjg3NjYgMS4yODYzTDIuNzY0MjYgMC4yMjMxMTNDMi43Mjc0OSAwLjE2MDY4MSAyLjY3NTA3IDAuMTA4OTI3IDIuNjEyMTYgMC4wNzI5NzEzQzIuNTQ5MjYgMC4wMzcwMTUyIDIuNDc4MDYgMC4wMTgxMDIgMi40MDU2IDAuMDE4MTAyQzIuMzMzMTUgMC4wMTgxMDIgMi4yNjE5NSAwLjAzNzAxNTIgMi4xOTkwNCAwLjA3Mjk3MTNDMi4xMzYxNCAwLjEwODkyNyAyLjA4MzcxIDAuMTYwNjgxIDIuMDQ2OTQgMC4yMjMxMTNMMS41MjExNSAxLjI4NjNMMC4zNDc2MDUgMS40NTcwM0MwLjI3Mzc3IDEuNDY3NjkgMC4yMDQzODkgMS40OTg3OSAwLjE0NzMwNSAxLjU0NjgyQzAuMDkwMjIxOSAxLjU5NDg1IDAuMDQ3NzEzMSAxLjY1Nzg5IDAuMDI0NTg0NyAxLjcyODgxQzAuMDAxNDU2MjIgMS43OTk3NCAtMC4wMDEzNjk0IDEuODc1NzIgMC4wMTY0MjczIDEuOTQ4MTZDMC4wMzQyMjM5IDIuMDIwNjEgMC4wNzE5MzMxIDIuMDg2NjMgMC4xMjUyOTEgMi4xMzg3N0wwLjk3NDE2MSAyLjk2NjQ0TDAuNzc0MjM5IDQuMTM1MTlDMC43NjEyMjUgNC4yMDg5IDAuNzY5MTYyIDQuMjg0NzggMC43OTcxNDQgNC4zNTQyQzAuODI1MTI3IDQuNDIzNjEgMC44NzIwMzMgNC40ODM3OSAwLjkzMjUyNSA0LjUyNzg2QzAuOTkzMDE3IDQuNTcxOTQgMS4wNjQ2NyA0LjU5ODE2IDEuMTM5MzIgNC42MDM1MkMxLjIxMzk4IDQuNjA4ODkgMS4yODg2NCA0LjU5MzE5IDEuMzU0ODEgNC41NTgyMkwyLjQwNDQgNC4wMDQ4NEwzLjQ1Mzk5IDQuNTU2NjJDMy41MjAwMyA0LjU5MTM0IDMuNTk0NDYgNC42MDY4OSAzLjY2ODg3IDQuNjAxNTJDMy43NDMyOCA0LjU5NjE1IDMuODE0NyA0LjU3MDA2IDMuODc1MDYgNC41MjYyMkMzLjkzNTQyIDQuNDgyMzcgMy45ODIzMSA0LjQyMjUyIDQuMDEwNDMgNC4zNTM0MUM0LjAzODU0IDQuMjg0MzEgNC4wNDY3NyA0LjIwODcyIDQuMDM0MTcgNC4xMzUxOUwzLjgzNDI1IDIuOTY2NDRMNC42ODM1MiAyLjEzODc3QzQuNzM2OCAyLjA4NjYxIDQuNzc0NDQgMi4wMjA1OSA0Ljc5MjE4IDEuOTQ4MTdDNC44MDk5MSAxLjg3NTc0IDQuODA3MDQgMS43OTk4IDQuNzgzODggMS43Mjg5M1pNMy4xMjQxMiAyLjU0MDYxQzMuMDc3NzQgMi41ODU4IDMuMDQzMDMgMi42NDE1NyAzLjAyMjk3IDIuNzAzMTRDMy4wMDI5MSAyLjc2NDcxIDIuOTk4MTEgMi44MzAyMyAzLjAwODk3IDIuODk0MDdMMy4xMDgxMyAzLjQ3MTg1TDIuNTkwMzMgMy4xOTg3NUMyLjUzMjk4IDMuMTY4NjQgMi40NjkxOCAzLjE1MjkxIDIuNDA0NCAzLjE1MjkxQzIuMzM5NjMgMy4xNTI5MSAyLjI3NTgyIDMuMTY4NjQgMi4yMTg0OCAzLjE5ODc1TDEuNjk4NjggMy40NzE0NUwxLjc5Nzg0IDIuODkzNjdDMS44MDg4OSAyLjgzMDA2IDEuODA0MzcgMi43NjQ3MiAxLjc4NDY3IDIuNzAzMjNDMS43NjQ5NiAyLjY0MTc0IDEuNzMwNjYgMi41ODU5NSAxLjY4NDY4IDIuNTQwNjFMMS4yNjQ0NSAyLjEzMTU3TDEuODQ0NjIgMi4wNDcyQzEuOTA4NzggMi4wMzc4OSAxLjk2OTcxIDIuMDEzMTIgMi4wMjIxNyAxLjk3NTAyQzIuMDc0NjIgMS45MzY5MSAyLjExNzAyIDEuODg2NjMgMi4xNDU3IDEuODI4NDlMMi40MDQ0IDEuMzAzNDlMMi42NjM1IDEuODI4NDlDMi42OTIxNiAxLjg4NjU3IDIuNzM0NSAxLjkzNjgyIDIuNzg2ODggMS45NzQ5MkMyLjgzOTI1IDIuMDEzMDIgMi45MDAxIDIuMDM3ODIgMi45NjQxOSAyLjA0NzJMMy41NDM5NiAyLjEzMTU3TDMuMTI0MTIgMi41NDA2MVpNMjIuNjQ1MyAyMC4wNDIySDIyLjY0MzdMMjIuNDc5IDE5Ljc5NTFDMjIuMDIyIDE5LjExMTYgMjEuNDMwMSAxOC41Mjg4IDIwLjczOTcgMTguMDgyNEMyMC4wNDkzIDE3LjYzNTkgMTkuMjc0OSAxNy4zMzUzIDE4LjQ2NDEgMTcuMTk4OUMxOC4zNjA4IDE3LjE4NDIgMTguMjU1OCAxNy4yMTA0IDE4LjE3MTYgMTcuMjcyQzE4LjA4NzMgMTcuMzMzNyAxOC4wMzA1IDE3LjQyNTggMTguMDEzMyAxNy41Mjg3QzE3Ljk5NjEgMTcuNjMxNyAxOC4wMTk4IDE3LjczNzMgMTguMDc5NCAxNy44MjNDMTguMTM5IDE3LjkwODcgMTguMjI5NyAxNy45Njc3IDE4LjMzMjIgMTcuOTg3NEMxOS41MTQxIDE4LjE4OCAyMC41OTEzIDE4Ljc4ODUgMjEuMzgzNCAxOS42ODgzQzIxLjA1NDIgMTkuNzQ3NSAyMC43NDEzIDE5Ljg3NjEgMjAuNDY1NiAyMC4wNjU1QzIwLjE4OTggMjAuMjU0OCAxOS45NTc1IDIwLjUwMDcgMTkuNzg0IDIwLjc4NjdDMTkuMzUzNCAyMS41NTc5IDE5LjYyOTUgMjIuNTMyMiAyMC40MDA4IDIyLjk2MjlDMjEuMTcyIDIzLjM5MzUgMjIuMTQ2MyAyMy4xMTczIDIyLjU3NjkgMjIuMzQ2MUMyMi43NDE0IDIyLjAyODUgMjIuODMwMiAyMS42NzczIDIyLjgzNjQgMjEuMzE5N0MyMy4wNDQ5IDIxLjYyMjUgMjMuMTYzNyAyMS45NzggMjMuMTc5MiAyMi4zNDUzQzIzLjE5NDcgMjIuNzEyNiAyMy4xMDYzIDIzLjA3NjggMjIuOTI0IDIzLjM5NjFDMjIuODk2OCAyMy40NDIgMjIuODc5IDIzLjQ5MjkgMjIuODcxOCAyMy41NDU4QzIyLjg2NDUgMjMuNTk4NyAyMi44NjggMjMuNjUyNiAyMi44ODE4IDIzLjcwNDFDMjIuODk1NyAyMy43NTU3IDIyLjkxOTggMjMuODAzOSAyMi45NTI3IDIzLjg0NkMyMi45ODU1IDIzLjg4ODEgMjMuMDI2NSAyMy45MjMyIDIzLjA3MzEgMjMuOTQ5MkMyMy4xMTk4IDIzLjk3NTMgMjMuMTcxMSAyMy45OTE3IDIzLjIyNDIgMjMuOTk3NUMyMy4yNzczIDI0LjAwMzMgMjMuMzMxIDIzLjk5ODUgMjMuMzgyMiAyMy45ODMyQzIzLjQzMzMgMjMuOTY4IDIzLjQ4MDkgMjMuOTQyNiAyMy41MjIyIDIzLjkwODdDMjMuNTYzNCAyMy44NzQ3IDIzLjU5NzQgMjMuODMyOCAyMy42MjIxIDIzLjc4NTVDMjQuMzU0MyAyMi40Nzc4IDIzLjkyMyAyMC44MjU0IDIyLjY0NTMgMjAuMDQyMlpNMjEuODc5NiAyMS45NTU4QzIxLjY2NjIgMjIuMzQyNSAyMS4xNzk3IDIyLjQ4MyAyMC43OTMxIDIyLjI2OTZDMjAuNDA2NCAyMi4wNTYyIDIwLjI2NTkgMjEuNTY5NyAyMC40Nzk0IDIxLjE4M0wyMC40ODMgMjEuMTc2NUMyMC41OTk1IDIwLjk4NTggMjAuNzU3MiAyMC44MjM1IDIwLjk0NDUgMjAuNzAxNkMyMS4xMzE5IDIwLjU3OTcgMjEuMzQ0MSAyMC41MDEyIDIxLjU2NTcgMjAuNDcyQzIxLjYzNTIgMjAuNDcwMSAyMS43MDQxIDIwLjQ4NjEgMjEuNzY1NyAyMC41MTg0QzIyLjEwMzEgMjAuNzA2NyAyMi4xMjExIDIxLjUyMzIgMjEuODc5NiAyMS45NTU4WiIgZmlsbD0iIzVFMDAwMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzYwMTNfODQwIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");background-size:1.5rem 1.5rem;width:1.5rem;height:1.5rem;margin-right:.5rem;flex-shrink:0}.freeShippingBarCurrency{color:#5e0000;font-weight:700}.freeShippingBarLoading{text-align:center;font-size:.65rem;color:#717171;padding:.9375rem 0}.custom-cart-template-wrap #freeShippingBarContainer{display:none !important}#is-not-me{display:none}#shipping-preview-container #removeConfirmationModal a span{color:#000}.btn#payment-data-submit{position:relative !important}


/* source: <paypalstore.paypal-v2@0.291.0> */
